Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates Ruby to 2.7.1
  • Loading branch information
ssimeonov committed Aug 15, 2020
1 parent ca3fd7c commit b082719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
2.7.1
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,7 +1,5 @@
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.7.1
before_install:
- gem update --system
install: "bundle install"
Expand Down
2 changes: 1 addition & 1 deletion composable_state_machine.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = %w(lib)

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'simplecov'
Expand Down

0 comments on commit b082719

Please sign in to comment.