Skip to content

Commit

Permalink
Flex mysql2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Feb 20, 2024
1 parent 70db45f commit ff7fee8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion departure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'railties', '>= 6.0.0', '!= 7.0.0', '< 7.2.0'
spec.add_runtime_dependency 'activerecord', '>= 6.0.0', '!= 7.0.0', '< 7.2.0'
spec.add_runtime_dependency 'mysql2', '>= 0.4.0', '<= 0.5.5'
spec.add_runtime_dependency 'mysql2', '>= 0.4.0', '< 1'

spec.add_development_dependency 'appraisal', '~> 2.4.1'
spec.add_development_dependency 'rake', '>= 10.0'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
departure (6.6.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, <= 0.5.5)
mysql2 (>= 0.4.0, < 1)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down

0 comments on commit ff7fee8

Please sign in to comment.