Browse Source

Remove sqlite3 from gemfile

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

+ 1
- 1
Gemfile View File

@@ -7,8 +7,8 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
7 7
 # gem "rails"
8 8
 
9 9
 gem "httparty", "~> 0.18.0"
10
+
10 11
 gem "nokogiri", "~> 1.10"
11
-gem "sqlite3", "~> 1.4"
12 12
 
13 13
 gem "pg", "~> 1.2"
14 14
 

Loading…
Cancel
Save