Gemfile.lock in grape-app-0.4.0 vs Gemfile.lock in grape-app-0.4.1
- old
+ new
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
- grape-app (0.4.0)
+ grape-app (0.4.1)
activesupport
grape
grape-entity
hashie-forbidden_attributes
rack-cors
@@ -11,15 +11,22 @@
thor
GEM
remote: https://rubygems.org/
specs:
+ activemodel (5.0.1)
+ activesupport (= 5.0.1)
+ activerecord (5.0.1)
+ activemodel (= 5.0.1)
+ activesupport (= 5.0.1)
+ arel (~> 7.0)
activesupport (5.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
+ arel (7.1.4)
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.3)
@@ -41,14 +48,14 @@
rack-accept
virtus (>= 1.0.0)
grape-entity (0.6.1)
activesupport (>= 5.0.0)
multi_json (>= 1.3.2)
- hashie (3.5.3)
+ hashie (3.5.4)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
- i18n (0.8.0)
+ i18n (0.8.1)
ice_nine (0.11.2)
minitest (5.10.1)
multi_json (1.12.1)
multi_xml (0.6.0)
mustermann (0.4.0)
@@ -72,12 +79,13 @@
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
+ sqlite3 (1.3.13)
thor (0.19.4)
- thread_safe (0.3.5)
+ thread_safe (0.3.6)
tool (0.2.3)
tzinfo (1.2.2)
thread_safe (~> 0.1)
virtus (1.0.5)
axiom-types (~> 0.1)
@@ -87,12 +95,14 @@
PLATFORMS
ruby
DEPENDENCIES
+ activerecord
bundler
grape-app!
rake
rspec
+ sqlite3
BUNDLED WITH
1.14.3