Skip to content

Commit

Permalink
Bump listen to ~> 3.2
Browse files Browse the repository at this point in the history
This matches a change made in a recent version of Rails 6.0.

Without this commit, CI fails because the wrong version of the gem gets
installed.
  • Loading branch information
composerinteralia committed May 22, 2020
1 parent dd1b1ce commit 0ef3f8a
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 @@ -31,7 +31,7 @@ end

appraise "rails6.0" do
gem "byebug"
gem "listen", ">= 3.0.5", "< 3.2"
gem "listen", "~> 3.2"
gem "puma", "~> 4.1"
gem "rails", "~> 6.0.2", ">= 6.0.2.2"
gem "spring"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "rake"
gem "rspec-rails"
gem "rubocop", "0.54", require: false
gem "byebug"
gem "listen", ">= 3.0.5", "< 3.2"
gem "listen", "~> 3.2"
gem "puma", "~> 4.1"
gem "rails", "~> 6.0.2", ">= 6.0.2.2"
gem "spring"
Expand Down

0 comments on commit 0ef3f8a

Please sign in to comment.