Skip to content
Open
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
44 changes: 7 additions & 37 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ GEM
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
crass (1.0.6)
diff-lcs (1.3)
dry-configurable (0.9.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
Expand All @@ -89,11 +88,6 @@ GEM
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubi (1.9.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)
ffi (1.12.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand All @@ -113,7 +107,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.4.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -126,7 +120,7 @@ GEM
mime-types-data (3.2019.1009)
mimemagic (0.3.4)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
minitest (5.14.0)
msgpack (1.3.1)
multi_xml (0.6.0)
Expand All @@ -135,18 +129,18 @@ GEM
mustermann-grape (1.0.1)
mustermann (>= 1.0.0)
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pg (1.2.2)
puma (4.3.1)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.1.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-protection (2.0.8.1)
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.2.1)
Expand All @@ -167,7 +161,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (6.0.2.1)
actionpack (= 6.0.2.1)
Expand All @@ -180,23 +174,6 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.3)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-rails (3.9.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
ruby2_keywords (0.0.2)
ruby_dep (1.5.0)
sidekiq (6.0.4)
Expand Down Expand Up @@ -224,10 +201,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webpacker (4.2.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
Expand All @@ -240,20 +213,17 @@ DEPENDENCIES
aasm (~> 5.0, >= 5.0.6)
bootsnap (>= 1.4.2)
byebug
factory_bot_rails (~> 5.1, >= 5.1.1)
grape (~> 1.3)
httparty (~> 0.17.3)
listen (>= 3.0.5, < 3.2)
pg (~> 1.2, >= 1.2.2)
puma (~> 4.1)
rails (~> 6.0.2, >= 6.0.2.1)
rspec-rails (~> 3.9)
sidekiq
spring
spring-watcher-listen (~> 2.0.0)
tzinfo-data
web-console (>= 3.3.0)
webpacker (~> 4.0)

RUBY VERSION
ruby 2.7.0p0
Expand Down