Skip to content

Commit

Permalink
Grape 1.3.0
Browse files Browse the repository at this point in the history
jsonapi-resources is locked to 0.9.10, it is incompatible with 0.10.x
  • Loading branch information
dslh committed Jan 21, 2020
1 parent 2e7ad92 commit 18429e2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
48 changes: 27 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
grape-jsonapi (0.0.1)
grape (~> 1.2.0)
jsonapi-resources (~> 0.9)
grape (~> 1.3.0)
jsonapi-resources (~> 0.9.10)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -36,41 +36,52 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
ast (2.4.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 (9.0.6)
coderay (1.1.1)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.5)
crass (1.0.6)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
docile (1.1.5)
equalizer (0.0.11)
dry-configurable (0.9.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.9)
concurrent-ruby (~> 1.0)
dry-equalizer (0.3.0)
dry-inflector (0.2.0)
dry-logic (1.0.5)
concurrent-ruby (~> 1.0)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-types (1.2.2)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer (~> 0.3)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubis (2.7.0)
grape (1.2.5)
grape (1.3.0)
activesupport
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
virtus (>= 1.0.0)
hashie (3.6.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jaro_winkler (1.5.4)
json (2.0.3)
json-schema (2.8.0)
addressable (>= 2.4)
jsonapi-resources (0.9.10)
jsonapi-resources (0.9.11)
activerecord (>= 4.1)
concurrent-ruby
railties (>= 4.1)
Expand Down Expand Up @@ -160,11 +171,6 @@ GEM
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)

PLATFORMS
ruby
Expand All @@ -183,4 +189,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.17.2
2.1.2
4 changes: 2 additions & 2 deletions grape-jsonapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency gem
end

spec.add_runtime_dependency 'grape', '~> 1.2.0'
spec.add_runtime_dependency 'jsonapi-resources', '~> 0.9'
spec.add_runtime_dependency 'grape', '~> 1.3.0'
spec.add_runtime_dependency 'jsonapi-resources', '~> 0.9.10'
end

0 comments on commit 18429e2

Please sign in to comment.