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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ruby '3.1.2'

gem 'dotenv', '0.11.1', :groups => [:development, :test]

gem 'rack', '1.6.13'
gem 'grape', '1.1.0'
gem 'rack', '2.2.6.2'
gem 'grape', '1.7.0'
gem 'sinatra'
gem 'erubi'

Expand Down
51 changes: 27 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,43 +14,48 @@ GEM
tzinfo (~> 1.1)
ansi (1.5.0)
arel (9.0.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
builder (3.2.4)
byebug (11.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.1)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-inflector (~> 1.0, < 2)
dry-logic (>= 1.4, < 2)
zeitwerk (~> 2.6)
erubi (1.12.0)
ffi (1.15.5)
grape (1.1.0)
grape (1.7.0)
activesupport
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
virtus (>= 1.0.0)
grape-swagger (0.31.1)
grape (>= 0.16.2)
hashie (5.0.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
kgio (2.11.4)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -66,12 +71,12 @@ GEM
mustermann-grape (1.0.2)
mustermann (>= 1.0.0)
pg (1.4.5)
rack (1.6.13)
rack (2.2.6.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cors (1.0.6)
rack (>= 1.6.0)
rack-protection (1.5.5)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
rack (>= 1.3)
Expand All @@ -89,10 +94,11 @@ GEM
ruby2_keywords (0.0.5)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.11)
tzinfo (1.2.11)
Expand All @@ -101,10 +107,7 @@ GEM
kgio (~> 2.6)
rack
raindrops (~> 0.7)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-21
Expand All @@ -116,13 +119,13 @@ DEPENDENCIES
database_cleaner
dotenv (= 0.11.1)
erubi
grape (= 1.1.0)
grape (= 1.7.0)
grape-swagger (= 0.31.1)
hashie-forbidden_attributes
minitest
minitest-reporters
pg
rack (= 1.6.13)
rack (= 2.2.6.2)
rack-cors
rack-test
racksh (= 1.0.0)
Expand Down