Skip to content

Commit

Permalink
Merge pull request #766 from nesquena/chore/fix-ci
Browse files Browse the repository at this point in the history
Fix CI failures related to sqlite3
  • Loading branch information
tagliala authored Nov 12, 2024
2 parents e1655d4 + b26f58f commit effe634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ group :test do
gem 'builder'

rails_version = RUBY_VERSION =~ /\A(1|2.[01])/ ? '~> 4.0' : '>= 4.0'
sqlite3_version = RUBY_VERSION >= '2.5' ? '>= 1.5' : '< 1.5'
# FIXTURES
gem 'rack-test', :require => 'rack/test'
gem 'activerecord', rails_version, :require => 'active_record'
gem 'sqlite3'
gem 'sqlite3', sqlite3_version
gem 'sinatra', '>= 1.2.0'
gem 'hashie'
gem 'riot'
Expand Down

0 comments on commit effe634

Please sign in to comment.