Skip to content

Commit

Permalink
Merge c4defc0 into 0257a0f
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomdiaz committed Feb 7, 2021
2 parents 0257a0f + c4defc0 commit ddf186f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.3.0
ruby-2.7.0
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ language: ruby
rvm:
- 2.2.2
- 2.3.0
- 2.7.0
gemfile:
- Gemfile
2 changes: 1 addition & 1 deletion better_settings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob('{spec}/**/*.rb')
s.require_path = 'lib'

s.required_ruby_version = '~> 2.2'
s.required_ruby_version = Gem::Requirement.new('>= 2.2')

s.add_development_dependency 'coveralls'
s.add_development_dependency 'pry-byebug'
Expand Down

0 comments on commit ddf186f

Please sign in to comment.