Skip to content

Commit

Permalink
Fix sqlite dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Apr 30, 2019
1 parent ea1aee8 commit 7f80225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/railsmaster.gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", github: "rails/rails"
gem "sqlite3", "~> 1.3.6"
gem "sqlite3", "~> 1.4"

gemspec path: ".."

0 comments on commit 7f80225

Please sign in to comment.