Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ gem "sprockets-rails"
gem "appraisal"

# Test against different databases
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 1.6"
gem "mysql2"
gem "pg"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
sqlite3 (1.6.2-x86_64-linux)
standard (1.7.0)
rubocop (= 1.25.0)
rubocop-performance (= 1.13.2)
Expand All @@ -199,7 +199,7 @@ DEPENDENCIES
mysql2
pg
sprockets-rails
sqlite3 (~> 1.4)
sqlite3 (~> 1.6)
standardrb

BUNDLED WITH
Expand Down