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 @@ -21,7 +21,7 @@ gem 'sequel_secure_password', '~> 0.2.0'
gem 'dry-initializer', '~> 3.0.3'
gem 'dry-validation', '~> 1.5.0'

gem 'activesupport', '~> 6.0.0', require: false
gem 'activesupport', '~> 6.1.7', require: false
gem 'fast_jsonapi', '~> 1.5'

gem 'pry', '~> 0.13.0'
Expand Down
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.2)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
amazing_print (1.2.1)
amq-protocol (2.3.2)
bcrypt (3.1.13)
bunny (2.15.0)
amq-protocol (~> 2.3, >= 2.3.1)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.6)
concurrent-ruby (1.2.2)
config (2.2.1)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
concurrent-ruby (~> 1.0)
jwt (2.2.1)
method_source (1.0.0)
minitest (5.14.1)
minitest (5.18.0)
nio4r (2.5.2)
oj (3.10.8)
ougai (1.8.5)
Expand Down Expand Up @@ -112,16 +112,15 @@ GEM
sequel_secure_password (0.2.15)
bcrypt (>= 3.1, < 4.0)
sequel (>= 4.1.0, < 6.0)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
zeitwerk (2.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.7)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 6.0.0)
activesupport (~> 6.1.7)
amazing_print
bcrypt (~> 3.1.0)
bunny (~> 2.15.0)
Expand Down