Skip to content

Commit

Permalink
Merge pull request #3 from RepairShopr/TQ-1172-upgrade-ruby-rails
Browse files Browse the repository at this point in the history
[TQ-1172] Bump Rails version to enable RSYN Rails upgrade
  • Loading branch information
arocca1 authored Jan 9, 2025
2 parents 4c9ecd3 + 2537abe commit 60f7fe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.8
3.3.6
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Encoding.default_internal = Encoding::UTF_8

gemspec

gem 'rails', '>= 5.0', '< 7'
gem 'rails', '>= 5.0', '< 9'

gem 'bundler'
gem 'puma'
Expand All @@ -47,7 +47,7 @@ gem 'rake'
gem 'rdoc'

# Use forked version because of Ruby upgrade
gem 'tml', git: 'git://github.com/RepairShopr/tml-ruby.git', branch: :master
gem 'tml', git: 'https://github.com/RepairShopr/tml-ruby.git', branch: :master

gem 'coveralls'

Expand Down
2 changes: 1 addition & 1 deletion tml-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,lib}/**/*'] + %w(LICENSE Rakefile README.md)
s.licenses = 'MIT-LICENSE'

s.add_dependency 'rails', '>= 5.0', '< 7'
s.add_dependency 'rails', '>= 5.0', '< 9'
end

0 comments on commit 60f7fe0

Please sign in to comment.