Skip to content

Commit

Permalink
Rst 1861 - Gem updates (#1017)
Browse files Browse the repository at this point in the history
* Update rails from 5.2.2.1 to 5.2.3

* Update bootsnap

* Update capybara

* Update carrierwave

* Update cucumber-rails

* Update dotenv-rails

* Update fog-aws

* Update faraday

* Update factory_bot_rails

* Update webmock (which updated hashdiff)

* Update simplecov (which updated json gem)

* Update rubocop

* Update poltergeist

* Updated rspec-rails and rspec-its

* Update selenium-webdriver

* Update sidekiq

* Update sidekiq_alive

* Added env var for SIDEKIQ_ALIVE_PORT  to allow multiple sidekiq_alive's

* Update uk_postcode

* Update slim (which updated temple)

* Updated site_prism

* Update simple_form
  • Loading branch information
garytaylor authored and Stivaros committed May 2, 2019
1 parent b1026a0 commit 8dc8d07
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 98 deletions.
13 changes: 7 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'jbuilder', '~> 2.8'
gem 'jquery-rails', '4.3.3'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.2.2.1'
gem 'rails', '5.2.3'
gem 'responders', '~> 2.4'

# Azure deployment so we need this
Expand Down Expand Up @@ -53,16 +53,17 @@ group :development, :test do
gem 'shoulda-matchers', '~> 3.1'
gem 'spring', '~> 2.0'
gem 'parallel_tests', '~> 2.28'
gem 'parallel_tests', '~> 2.28'
end

group :test do
gem 'webmock', '~> 3.5'
gem 'database_cleaner', '~> 1.7'
gem 'cucumber-rails', '~> 1.6', require: false
gem 'poltergeist', '1.18'
gem 'cucumber-rails', '~> 1.7', require: false
gem 'poltergeist', '~> 1.18'
gem 'capybara-screenshot', '~> 1.0'
gem 'site_prism', '~> 3.0'
gem 'selenium-webdriver', '~> 3.141'
gem 'selenium-webdriver', '~> 3.142'
gem 'rails-controller-testing', '~> 1.0'
gem 'climate_control', '~> 0.2'
end
Expand Down Expand Up @@ -96,8 +97,8 @@ gem 'simple_form', '~> 4.0'
gem 'slim-rails', '~> 3.2'
gem 'sidekiq', '~> 5.2'
gem 'sidekiq-failures', '~> 1.0'
gem 'sidekiq_alive', '~> 0.1'
gem 'uk_postcode', '~> 1.0'
gem 'sidekiq_alive', '~> 1.1'
gem 'uk_postcode', '~> 2.1'
gem 'susy', '~> 2.2'
gem 'zendesk_api', '~> 1.5.1x'
gem 'email_validator', '~> 1.6'
Expand Down
Loading

0 comments on commit 8dc8d07

Please sign in to comment.