Skip to content

Commit

Permalink
Increase required ruby version to 2.3 (#1495)
Browse files Browse the repository at this point in the history
Usage of the safe operator was introduced in ruby 2.3 and new code uses that
  • Loading branch information
mcelicalderon committed Aug 11, 2021
1 parent 4c5245b commit 8b94e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise_token_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.test_files = Dir['test/**/*']
s.test_files.reject! { |file| file.match(/[.log|.sqlite3]$/) }

s.required_ruby_version = ">= 2.2.0"
s.required_ruby_version = ">= 2.3.0"

s.add_dependency 'rails', '>= 4.2.0', '< 6.2'
s.add_dependency 'devise', '> 3.5.2', '< 5'
Expand Down

0 comments on commit 8b94e43

Please sign in to comment.