Skip to content

Commit

Permalink
Add newest version of rubysl on Gemfile to solve conflict with rake 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvicenzo committed Feb 19, 2021
1 parent 5fbf090 commit f0576b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: ruby
before_install: bundle config set --local path 'vendor/bundle'
cache: bundler
rvm:
- 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,6 +14,6 @@ end
platform :rbx do
gem 'json'
gem 'racc'
gem 'rubysl'
gem 'rubysl', '~> 2.2.0'
gem 'rubinius-coverage'
end

0 comments on commit f0576b3

Please sign in to comment.