Skip to content
Open
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 @@ -49,7 +49,7 @@ group :development do
gem 'listen'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'spring-watcher-listen', '~> 2.1.0'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
22 changes: 5 additions & 17 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 @@ -276,7 +270,7 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.4.0)
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 All @@ -354,10 +345,10 @@ GEM
faraday
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
spring (2.1.1)
spring-watcher-listen (2.0.1)
spring (4.1.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
spring (>= 4)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
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 @@ -413,12 +402,11 @@ DEPENDENCIES
rspec-rails
rswag
rubocop
sendgrid-ruby
sentry-rails
sentry-ruby
shoulda-matchers (~> 5.1)
spring
spring-watcher-listen (~> 2.0.0)
spring-watcher-listen (~> 2.1.0)
tzinfo-data

RUBY VERSION
Expand Down