Skip to content

Commit

Permalink
Update departure.gemspec
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Langfeld <[email protected]>
  • Loading branch information
xjunior and benlangfeld authored Feb 20, 2024
1 parent 25a218e commit deb8bfb
Showing 1 changed file with 1 addition and 1 deletion.
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', '< 1'
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

0 comments on commit deb8bfb

Please sign in to comment.