Gemfile.lock in grape-app-0.9.0 vs Gemfile.lock in grape-app-0.10.0
- old
+ new
@@ -1,20 +1,24 @@
PATH
remote: .
specs:
- grape-app (0.9.0)
+ grape-app (0.10.0)
activesupport
grape (>= 1.2)
grape-entity
+ openssl
rack-cors (>= 1.1)
rack-ssl-enforcer
thor
zeitwerk (>= 2.1)
GEM
remote: https://rubygems.org/
specs:
+ activejob (7.0.1)
+ activesupport (= 7.0.1)
+ globalid (>= 0.3.6)
activemodel (7.0.1)
activesupport (= 7.0.1)
activerecord (7.0.1)
activemodel (= 7.0.1)
activesupport (= 7.0.1)
@@ -43,28 +47,31 @@
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
+ globalid (1.0.0)
+ activesupport (>= 5.0)
grape (1.6.2)
activesupport
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
grape-entity (0.10.1)
activesupport (>= 3.0.0)
multi_json (>= 1.3.2)
- i18n (1.9.0)
+ i18n (1.9.1)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
multi_json (1.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.1)
mustermann (>= 1.0.0)
+ openssl (3.0.0)
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
rack (2.2.3)
rack-accept (0.4.5)
@@ -80,20 +87,20 @@
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
- rspec-core (3.10.1)
+ rspec-core (3.10.2)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
- rspec-mocks (3.10.2)
+ rspec-mocks (3.10.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
- rubocop (1.25.0)
+ rubocop (1.25.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
@@ -119,22 +126,23 @@
sqlite3 (1.4.2)
thor (1.2.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
- zeitwerk (2.5.3)
+ zeitwerk (2.5.4)
PLATFORMS
ruby
DEPENDENCIES
+ activejob
activerecord
bundler
grape-app!
rack-test
rake
rspec
rubocop-bsm
sqlite3
BUNDLED WITH
- 2.2.5
+ 2.3.4