Skip to content

Commit

Permalink
Lock listen gem for Rails 6.0
Browse files Browse the repository at this point in the history
Rails 6.0 has listen pessimistically [locked] to < 3.2

listen 3.2 was just released, causing our build to fail

[locked]: https://github.com/rails/rails/blob/b45699cbf2e5ba624079a681a5a2ec14cb09649a/railties/lib/rails/generators/rails/app/templates/Gemfile.tt#L56
  • Loading branch information
composerinteralia committed Oct 3, 2019
1 parent 1e55d45 commit b181814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ appraise "rails6.0" do
gem "byebug"
gem "capybara"
gem "jbuilder"
gem "listen"
gem "listen", "~> 3.1.5"
gem "puma", "~> 3.11"
gem "sass-rails", "~> 5"
gem "selenium-webdriver"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "bootsnap"
gem "byebug"
gem "capybara"
gem "jbuilder"
gem "listen"
gem "listen", "~> 3.1.5"
gem "puma", "~> 3.11"
gem "sass-rails", "~> 5"
gem "selenium-webdriver"
Expand Down

0 comments on commit b181814

Please sign in to comment.