Skip to content

Commit

Permalink
Fix Rails 5.1 tests by pinning down sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskoza committed Sep 27, 2024
1 parent 717a148 commit c51396a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/gemfiles/Gemfile.rails-5.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec path: '../../'

gem 'rails', "~> 5.1.0"
gem 'responders', '~> 3.0'
gem 'sqlite3'
gem 'sqlite3', '~> 1.4.4'
gem 'sprockets', '~> 3.0'
gem "jquery-rails"
gem "thin"
Expand Down

0 comments on commit c51396a

Please sign in to comment.