Skip to content

Commit

Permalink
update all the dependencies
Browse files Browse the repository at this point in the history
test plan:
 - specs pass

Change-Id: I2a09aae3e8773779e6ff9bf5f3c739467ad89fc9
Reviewed-on: https://gerrit.instructure.com/c/rollcall-attendance/+/221958
Tested-by: Service Cloud Jenkins <[email protected]>
Reviewed-by: Simon Williams <[email protected]>
QA-Review: Keith Garner <[email protected]>
Product-Review: Keith Garner <[email protected]>
  • Loading branch information
ktgeek committed Jan 3, 2020
1 parent a35ba28 commit d52a62c
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 179 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ group :development, :test do
gem 'jasmine-rails'
gem 'phantomjs', '1.9.7.1'
gem 'guard-jasmine', '~> 2.0'
gem 'brakeman', require: false
# We can relax this brakeman dependency after we have deployed a hybrid
# cookie serializer and allowed a chance for cookies to be stored as JSON.
gem 'brakeman', '4.5.1', require: false
gem 'rubocop', '0.52.1', require: false
gem 'rubocop-rspec', '1.22.2', require: false
end
Expand All @@ -82,6 +84,8 @@ group :test do
gem 'database_cleaner'
gem 'shoulda'
gem 'webmock'
# Capybara-webkit breaks with capybara 3, so we'll stay at the latest version 2
gem 'capybara', '2.18.0'
# upgrades are unstable for getting webkit running in all test environments,
# will need to upgrade capybara-webkit as it's own commit and step up background
# dependencies (like QT & xvfb) on all platforms that run cucumber tests as part of a single
Expand Down
Loading

0 comments on commit d52a62c

Please sign in to comment.