Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'database_cleaner'
gem 'factory_bot_rails'
gem 'gibbon', '~> 3.4'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 5.6'
gem 'puma', '~> 6.1'
gem 'rails', '~> 5.2.3'
gem 'rails-controller-testing'
gem 'rspec-rails'
Expand Down
16 changes: 2 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ GEM
aws-sdk-core (~> 3, >= 3.126.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sdk-ses (1.49.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-sns (1.52.0)
aws-sdk-core (~> 3, >= 3.126.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.16)
Expand Down Expand Up @@ -223,7 +217,7 @@ GEM
activerecord (>= 5.2)
activesupport (>= 5.2)
public_suffix (4.0.6)
puma (5.6.2)
puma (6.1.1)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
Expand Down Expand Up @@ -331,7 +325,6 @@ GEM
nokogiri (>= 1.10.5)
rexml
ruby2_keywords (0.0.5)
ruby_http_client (3.5.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand All @@ -340,8 +333,6 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sendgrid-ruby (6.6.2)
ruby_http_client (~> 3.4)
sentry-rails (4.9.2)
railties (>= 5.0)
sentry-ruby-core (~> 4.9.2)
Expand Down Expand Up @@ -387,8 +378,6 @@ DEPENDENCIES
active_hash (~> 3.1)
active_model_serializers (~> 0.10.10)
aws-sdk-s3
aws-sdk-ses (~> 1.49)
aws-sdk-sns (~> 1.52)
bitly (~> 2.0, >= 2.0.1)
bootsnap (>= 1.1.0)
bootstrap-sass (= 3.4.1)
Expand All @@ -405,15 +394,14 @@ DEPENDENCIES
listen
pg (>= 0.18, < 2.0)
pg_search
puma (~> 5.6)
puma (~> 6.1)
rack-cors
rails (~> 5.2.3)
rails-controller-testing
rails_admin
rspec-rails
rswag
rubocop
sendgrid-ruby
sentry-rails
sentry-ruby
shoulda-matchers (~> 5.1)
Expand Down