Skip to content

Commit

Permalink
Downgrade Rake for compatibility reasons and update local ruby version.
Browse files Browse the repository at this point in the history
  • Loading branch information
troessner committed Mar 31, 2022
1 parent ea7313e commit 626e819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.7.5
2 changes: 1 addition & 1 deletion transitions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rake', '< 11.0'
spec.add_development_dependency 'test-unit', '~> 3.5'
spec.add_development_dependency 'mocha', '~> 0.11.0' # With mocha 0.12 we get: undefined method `run' for #<StateMachineMachineTest:0x94918b8> (NoMethodError)
spec.add_development_dependency 'random_data'
Expand Down

0 comments on commit 626e819

Please sign in to comment.