Gemfile.lock in grape-path-helpers-1.0.0 vs Gemfile.lock in grape-path-helpers-1.0.1
- old
+ new
@@ -1,20 +1,20 @@
PATH
remote: .
specs:
grape-path-helpers (1.0.0)
- activesupport
+ activesupport (~> 4)
grape (~> 1.0)
- rake
+ rake (~> 12)
GEM
remote: https://rubygems.org/
specs:
- activesupport (5.2.0)
- concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (>= 0.7, < 2)
+ activesupport (4.2.10)
+ i18n (~> 0.7)
minitest (~> 5.1)
+ thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ast (2.4.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
@@ -26,18 +26,18 @@
concurrent-ruby (1.0.5)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
equalizer (0.0.11)
- grape (1.0.2)
+ grape (1.0.3)
activesupport
builder
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
virtus (>= 1.0.0)
- i18n (1.0.1)
+ i18n (0.9.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
method_source (0.9.0)
minitest (5.11.3)
mustermann (1.0.2)
@@ -66,22 +66,22 @@
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
- rubocop (0.55.0)
+ rubocop (0.56.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
- unicode-display_width (1.3.2)
+ unicode-display_width (1.3.3)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
@@ -89,11 +89,11 @@
PLATFORMS
ruby
DEPENDENCIES
grape-path-helpers!
- pry
- rspec
- rubocop
+ pry (~> 0.11)
+ rspec (~> 3.7)
+ rubocop (~> 0.56)
BUNDLED WITH
1.16.2