Skip to content

Commit 65102af

Browse files
committed
Merge branch '52-stable' into 60-stable
2 parents 02530a6 + 132616b commit 65102af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

activerecord-jdbcmysql-adapter/activerecord-jdbcmysql-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |gem|
1919
gem.files = `git ls-files`.split("\n") # assuming . working directory
2020

2121
gem.add_dependency 'activerecord-jdbc-adapter', "#{version}"
22-
gem.add_dependency 'jdbc-mysql', '~> 5.1.36', '< 9'
22+
gem.add_dependency 'jdbc-mysql', '>= 5.1.36', '< 9'
2323
end

lib/arjdbc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArJdbc
2-
VERSION = '60.3'
2+
VERSION = '60.4'
33
end

0 commit comments

Comments
 (0)