Skip to content

Commit

Permalink
Merge pull request #2289 from andrehjr/fix-ruby-head-build
Browse files Browse the repository at this point in the history
Make ruby-head build green again
  • Loading branch information
andrehjr committed Oct 12, 2023
2 parents 7406ee2 + f36230d commit fcf8fc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -85,3 +85,5 @@ jobs:
env:
# Make sure TERM is set so Pry can indent correctly inside tests.
TERM: screen-256color
ROWS: 40
COLUMNS: 160
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -7,6 +7,8 @@ gem 'rake'
gem 'yard'
gem 'rspec'

gem "psych", '<= 5.1.0'

# Rubocop supports only >=2.2.0
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.2.0')
gem 'rubocop', '= 0.66.0', require: false
Expand Down

0 comments on commit fcf8fc7

Please sign in to comment.