Skip to content

Commit

Permalink
fix for rails 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timdiggins committed Sep 28, 2022
1 parent 223c660 commit ce92685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ when '5.1'
when '5.0'
gem 'rails', "~> 5.0.0"
gem 'responders', '~> 2.0'
gem 'sqlite3'
gem 'sqlite3', '~> 1.3.13'
when '4.2'
gem 'rails', "~> 4.2.0"
gem 'responders', '~> 2.0'
Expand Down

0 comments on commit ce92685

Please sign in to comment.