Skip to content

Commit

Permalink
Rollback gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
plisovin committed Jul 12, 2023
1 parent 66086af commit 384a4d3
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 200 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.3
8 changes: 3 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ gem 'sentry-rails'
gem 'sentry-ruby'
gem 'sentry-sidekiq'

gem 'nokogiri'

gem 'rack-attack'
gem 'rack-rewrite'
gem 'rack-timeout'
Expand All @@ -89,7 +87,7 @@ gem 'activerecord-import'
# See https://github.com/adzap/validates_timeliness/pull/213
gem "validates_timeliness", github: "mitsuru/validates_timeliness", ref: "f28a625"

gem "get_into_teaching_api_client_faraday", github: "DFE-Digital/get-into-teaching-api-ruby-client", ref: "6619b0f", require: "api/client"
gem "get_into_teaching_api_client_faraday", github: "DFE-Digital/get-into-teaching-api-ruby-client", require: "api/client"

# See https://github.com/mikel/mail/pull/1439
gem 'net-smtp', require: false
Expand Down Expand Up @@ -121,7 +119,7 @@ group :development, :test do
gem 'rspec-rails', '~> 6.0.1'
gem 'rspec-sonarqube-formatter'

gem 'brakeman', '>= 6.0.0'
gem 'brakeman', '>= 5.2.3'

gem 'bullet'

Expand All @@ -148,7 +146,7 @@ group :test do

gem 'selenium-webdriver'

gem 'cucumber-rails', '>= 2.6.1', require: false
gem 'cucumber-rails', '>= 2.4.0', require: false
gem 'database_cleaner'

gem 'rails-controller-testing', '>= 1.0.5'
Expand Down
Loading

0 comments on commit 384a4d3

Please sign in to comment.