Skip to content

Commit d16d958

Browse files
authored
Rails 6: Use same sqlite3 and pg versions as Rails 6.0.2.2 (#794)
* Use same sqlite3 and pg versions as Rails 6.0.2.2 * Bump to version used by CI * Revert version
1 parent fe348fa commit d16d958

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
77

88
gemspec
99

10-
gem 'sqlite3'
11-
gem 'pg'
10+
gem "sqlite3", "~> 1.4"
11+
gem "pg", ">= 0.18.0"
12+
1213
gem 'bcrypt'
1314
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
1415

0 commit comments

Comments
 (0)