Skip to content

Commit

Permalink
Merge branch 'nesquena:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
basex authored Nov 13, 2024
2 parents 1c45233 + effe634 commit 1ecc515
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 1ecc515

Please sign in to comment.