Skip to content

Commit

Permalink
Bump min rails version when a gem
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jan 9, 2024
1 parent 56c8679 commit c8e6aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fat_free_crm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.1'
gem.license = 'MIT'

gem.add_dependency 'rails', '>= 6.1.0', '< 7.3.0'
gem.add_dependency 'rails', '>= 7.0.0', '< 7.3.0'
gem.add_dependency 'rails-i18n'
gem.add_dependency 'rails-observers'
gem.add_dependency 'activemodel-serializers-xml'
Expand Down

0 comments on commit c8e6aa1

Please sign in to comment.