Skip to content

Commit

Permalink
Upgrade Rollcall to Rails 6.0
Browse files Browse the repository at this point in the history
closes CAS-635

Test plan:
- Everything shines.

Change-Id: I748325584af5ff7661c235a6a2d9c6d96ed4c2c6
Reviewed-on: https://gerrit.instructure.com/c/rollcall-attendance/+/287798
Reviewed-by: Murilo Paiva <[email protected]>
Reviewed-by: Reis Joao <[email protected]>
Reviewed-by: Ricardo Oliveira <[email protected]>
Reviewed-by: Augusto Barreira <[email protected]>
Product-Review: Reis Joao <[email protected]>
Product-Review: Ricardo Oliveira <[email protected]>
Product-Review: Augusto Barreira <[email protected]>
QA-Review: Pedro Gutierrez <[email protected]>
Tested-by: Service Cloud Jenkins <[email protected]>
  • Loading branch information
MuriloRoque committed Mar 24, 2022
1 parent 3f5ed2e commit 41a0641
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 93 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ source 'https://rubygems.org'

gem 'bundler', '>= 1.7.10'

gem 'rails', '~> 5.2.6'
gem 'rails', '6.0.4.2'
gem 'rack', '~> 2.1'
gem 'bootsnap', '~> 1.0', require: false

gem 'thin', '~> 1.0'

gem 'ims-lti', '~> 1.0', require: 'ims'
gem 'lti_provider_engine', '~> 1.1.0', require: 'lti_provider'
gem 'canvas_oauth_engine', '~> 2.1.3', require: 'canvas_oauth'
gem 'lti_provider_engine', '~> 1.2.0', require: 'lti_provider'
gem 'canvas_oauth_engine', '~> 2.2.0', require: 'canvas_oauth'
gem 'httparty', '~> 0.15'

gem 'aws-sdk-s3', '~> 1.0'
Expand All @@ -41,7 +41,7 @@ gem 'resque-retry', '~> 1.0'
gem 'resque-sentry', '~> 1.0'
gem 'chronic', '~> 0.10'
gem 'json', '~> 2.0'
gem 'responders', '~> 2.0'
gem 'responders', '3.0.1'

gem 'sentry-raven', '~> 2.0'
gem 'inst_statsd', '~> 2.1.4'
Expand Down Expand Up @@ -71,7 +71,7 @@ group :development, :test do
gem 'rspec-collection_matchers'
gem 'jasmine-rails'
gem 'phantomjs', '1.9.7.1'
gem 'guard-jasmine', '~> 2.0'
gem 'guard-jasmine', '1.19.2'
# 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
Expand Down
Loading

0 comments on commit 41a0641

Please sign in to comment.