Skip to content

Commit

Permalink
Merge pull request #109 from departurerb/flex-mysql2-dependency
Browse files Browse the repository at this point in the history
Flex mysql2 dependency
  • Loading branch information
xjunior authored Feb 20, 2024
2 parents 70db45f + 5d53546 commit 7b8c9ce
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -77,7 +77,7 @@ GEM
method_source (1.0.0)
minitest (5.22.2)
mutex_m (0.2.0)
mysql2 (0.5.5)
mysql2 (0.5.6)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
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', '< 0.6.0'

spec.add_development_dependency 'appraisal', '~> 2.4.1'
spec.add_development_dependency 'rake', '>= 10.0'
Expand Down
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -100,7 +100,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
mini_mime (1.1.5)
minitest (5.22.2)
mutex_m (0.2.0)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -100,7 +100,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions 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, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

GEM
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
mini_mime (1.1.5)
minitest (5.22.2)
mutex_m (0.2.0)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down

0 comments on commit 7b8c9ce

Please sign in to comment.