Skip to content

Commit

Permalink
fix CI gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
fumihumi committed Oct 25, 2023
1 parent 965042c commit dc8f138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

if RUBY_VERSION < '3.0'
gem 'activerecord', '~> 6.1.0'
gem 'activesupport', '~> 6.1.0'
gem 'activerecord', '~> 7.1.1'
gem 'activesupport', '~> 7.1.1'
end

gemspec :path => '../'

0 comments on commit dc8f138

Please sign in to comment.