Skip to content

Commit

Permalink
Bump ruby to 2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Pulsifer <[email protected]>
  • Loading branch information
Jonathan Pulsifer committed Dec 7, 2020
1 parent 5d344dc commit 90f1b39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.6.6
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
sudo: false
before_install: gem install bundler
rvm:
- '2.3.8'
- '2.5.3'
- '2.6.0'

- '2.7.2'
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: oktakit

up:
- ruby: 2.3.1
- ruby: 2.6.6
- bundler

commands:
Expand Down
2 changes: 1 addition & 1 deletion oktakit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.2'
spec.required_ruby_version = '>= 2.6'

spec.add_dependency 'sawyer', '~> 0.8.1'
spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 90f1b39

Please sign in to comment.