Skip to content

Commit

Permalink
bump Rails version 5 -> 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lysenko committed Dec 18, 2020
1 parent 6050b0e commit cd010cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.6.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.1'
gem 'rails', '>= 5.0', '< 7'

gem 'bundler'
gem 'puma'
Expand Down Expand Up @@ -70,4 +70,4 @@ gem 'redis-store'
gem 'redis-rails'
gem 'redis'

gem 'rails-i18n'
gem 'rails-i18n'
2 changes: 1 addition & 1 deletion lib/tml_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
#++

module TmlRails
VERSION = '6.0.2'
VERSION = '6.1.0'
end
2 changes: 1 addition & 1 deletion tml-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ 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'
s.add_dependency 'rails', '>= 5.0', '< 7'
s.add_dependency 'tml', '~> 5.7'
end

0 comments on commit cd010cb

Please sign in to comment.