@@ -24,9 +24,6 @@ gem 'puma', group: :puma, require: false
2424# Read more: https://github.com/rails/jsbundling-rails
2525gem 'jsbundling-rails'
2626
27- # Use Tailwind CSS, Bootstrap, Bulma, PostCSS, or Dart Sass to bundle and process your CSS
28- # Read more: https://github.com/rails/cssbundling-rails
29- gem 'cssbundling-rails'
3027# Use Tailwind CSS, Bootstrap, Bulma, PostCSS, or Dart Sass to bundle and process your CSS
3128# Read more: https://github.com/rails/cssbundling-rails
3229gem 'cssbundling-rails'
@@ -54,13 +51,6 @@ gem 'bootsnap', require: false
5451# (https://github.com/jfelchner/ruby-progressbar)
5552gem 'ruby-progressbar'
5653
57- # Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.
58- # https://github.com/rails/sprockets-rails
59- gem 'sprockets-rails'
60- # The ultimate text progress bar library for Ruby!
61- # (https://github.com/jfelchner/ruby-progressbar)
62- gem 'ruby-progressbar'
63-
6454# Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.
6555# https://github.com/rails/sprockets-rails
6656gem 'sprockets-rails'
@@ -129,9 +119,6 @@ gem 'pundit'
129119# Gem for throttling malicious attacks
130120gem 'rack-attack' , '~> 6.6' , '>= 6.6.1'
131121
132- # Gem for throttling malicious attacks
133- gem 'rack-attack' , '~> 6.6' , '>= 6.6.1'
134-
135122# ========== #
136123# UI / VIEWS #
137124# ========== #
@@ -227,15 +214,6 @@ gem 'mail', '2.7.1'
227214# https://github.com/ruby/net-smtp
228215gem 'net-smtp'
229216
230- # We need to freeze the mail gem version as the recently released 2.8.0 triggers an exception
231- # We will need to check if it's fixed when we migrate to Ruby 3.0/3.1
232- # See : https://github.com/DMPRoadmap/roadmap/issues/3254
233- gem 'mail' , '2.7.1'
234-
235- # This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
236- # https://github.com/ruby/net-smtp
237- gem 'net-smtp'
238-
239217# ================================= #
240218# ENVIRONMENT SPECIFIC DEPENDENCIES #
241219# ================================= #
@@ -281,10 +259,8 @@ group :test do
281259 # Adds support for Capybara system testing and selenium driver
282260 gem 'capybara'
283261
284-
285262 # Easy installation and use of web drivers to run system tests with browsers
286263 gem 'selenium-webdriver'
287- gem 'selenium-webdriver'
288264
289265 # RSpec::CollectionMatchers lets you express expected outcomes on
290266 # collections of an object in an example.
@@ -299,9 +275,6 @@ group :test do
299275
300276 # automating code review
301277 gem 'danger'
302-
303- # automating code review
304- gem 'danger'
305278end
306279
307280group :ci , :development do
@@ -323,8 +296,6 @@ group :ci, :development do
323296
324297 # Performance checks by Rubocop
325298 gem 'rubocop-performance' , require : false
326- # Performance checks by Rubocop
327- gem 'rubocop-performance' , require : false
328299end
329300
330301group :development do
@@ -376,4 +347,4 @@ group :development do
376347
377348 # TomDoc for YARD (http://rubyworks.github.com/yard-tomdoc)
378349 gem 'yard-tomdoc'
379- end
350+ end
0 commit comments