Browse Source

Remove sqlite3 from gemfile

master
Dylan Baker 5 years ago
parent
commit
857c3c6d59
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

7
 # gem "rails"
7
 # gem "rails"
8
 
8
 
9
 gem "httparty", "~> 0.18.0"
9
 gem "httparty", "~> 0.18.0"
10
+
10
 gem "nokogiri", "~> 1.10"
11
 gem "nokogiri", "~> 1.10"
11
-gem "sqlite3", "~> 1.4"
12
 
12
 
13
 gem "pg", "~> 1.2"
13
 gem "pg", "~> 1.2"
14
 
14
 

Loading…
Cancel
Save