1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Lock listen gem for Rails 6.0

Rails 6.0 has listen pessimistically [locked] to < 3.2

listen 3.2 was just released, causing our build to fail

[locked]: b45699cbf2/railties/lib/rails/generators/rails/app/templates/Gemfile.tt (L56)
This commit is contained in:
Daniel Colson 2019-10-02 19:32:24 -04:00
parent 1e55d45bfb
commit b18181444d
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"