Skip to content

Commit

Permalink
Relax on ActiveRecord gem version identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyrocha committed Aug 10, 2024
1 parent eab3685 commit 0d26ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-jdbc-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^test/})

gem.add_dependency 'activerecord', '~> 7.1.3'
gem.add_dependency 'activerecord', '~> 7.1'

#gem.add_development_dependency 'test-unit', '2.5.4'
#gem.add_development_dependency 'test-unit-context', '>= 0.3.0'
Expand Down

0 comments on commit 0d26ce5

Please sign in to comment.