Skip to content

Commit

Permalink
CI fix for Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamoilov committed Sep 13, 2024
1 parent 9c53e08 commit 843006a
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 @@ -6,7 +6,7 @@ gem 'railties', ENV['AR'] ? ENV['AR'].split(",") : [">= 6.0.0", "< 8.0"]
gem 'nokogiri', "~> 1.14"

group :dev do
gem 'sqlite3', '~> 1.5'
gem 'sqlite3', '< 1.7'
gem 'rspec', '>= 2.99.0'
gem 'jeweler'
end

0 comments on commit 843006a

Please sign in to comment.