Skip to content

Commit 69b8030

Browse files
committed
Merge branch '60-stable' into 61-stable
2 parents bdf6d68 + 65102af commit 69b8030

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 = '61.0'
2+
VERSION = '61.1'
33
end

0 commit comments

Comments
 (0)