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 @@ -11,7 +11,7 @@ gem 'devise-i18n', '~>1.15.0'
gem 'factory_bot_rails', '~> 6.5.1'
gem 'faker', '~> 3.6.0'
gem 'grover', '~> 1.2.6'
gem 'http', '~> 5.3.1'
gem 'http', '~> 6.0.1'
gem 'jbuilder', '~> 2.14.1'
gem 'jquery-rails', '~> 4.6.1'
gem 'jsbundling-rails', '~> 1.3', '>= 1.3.1'
Expand Down
29 changes: 9 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
airbrussh (1.5.3)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.3)
Expand Down Expand Up @@ -169,9 +167,6 @@ GEM
faraday-net_http (3.4.1)
net-http (>= 0.5.0)
ffi (1.17.3-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
foreman (0.90.0)
thor (~> 1.4)
formatador (1.2.1)
Expand Down Expand Up @@ -208,15 +203,12 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashie (5.0.0)
http (5.3.1)
addressable (~> 2.8)
http (6.0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
llhttp (~> 0.6.1)
http-accept (1.7.0)
http-cookie (1.1.0)
domain_name (~> 0.5)
http-form_data (2.3.0)
http_parser.rb (0.8.0)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -255,9 +247,7 @@ GEM
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
llhttp-ffi (0.5.1)
ffi-compiler (~> 1.0)
rake (~> 13.0)
llhttp (0.6.1)
logger (1.7.0)
loofah (2.25.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -361,7 +351,6 @@ GEM
psych (5.3.1)
date
stringio
public_suffix (6.0.2)
puma (7.2.0)
nio4r (~> 2.0)
pundit (2.5.2)
Expand Down Expand Up @@ -525,11 +514,11 @@ GEM
sidekiq (>= 5.0)
shellany (0.0.1)
sidekiq (8.0.10)
connection_pool (>= 3.0.0)
json (>= 2.16.0)
logger (>= 1.7.0)
rack (>= 3.2.0)
redis-client (>= 0.26.0)
connection_pool (>= 2.5.0)
json (>= 2.9.0)
logger (>= 1.6.2)
rack (>= 3.1.0)
redis-client (>= 0.23.2)
sidekiq-scheduler (6.0.1)
rufus-scheduler (~> 3.2)
sidekiq (>= 7.3, < 9)
Expand Down Expand Up @@ -630,7 +619,7 @@ DEPENDENCIES
grover (~> 1.2.6)
guard-livereload (~> 2.5.2)
guard-rspec (~> 4.7.3)
http (~> 5.3.1)
http (~> 6.0.1)
jbuilder (~> 2.14.1)
jquery-rails (~> 4.6.1)
jsbundling-rails (~> 1.3, >= 1.3.1)
Expand Down
Loading