Skip to content

Commit dccf93d

Browse files
committed
Updated Grape and grape-entity.
1 parent 22c8ded commit dccf93d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source 'http://rubygems.org'
22

33
gem 'rack', '~> 1.6.0'
4-
gem 'grape', '~> 0.12.0'
5-
gem 'grape-entity', '~> 0.4.5'
4+
gem 'grape', '~> 0.13.0'
5+
gem 'grape-entity', '~> 0.4.8'
66
gem 'json', '~> 1.8.3'
77
gem 'newrelic_rpm', '~> 3.5.4.34'
88
gem 'rack-cors', '~> 0.4.0'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (4.2.3)
4+
activesupport (4.2.4)
55
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
@@ -34,7 +34,7 @@ GEM
3434
equalizer (0.0.11)
3535
ffi (1.9.10)
3636
formatador (0.2.5)
37-
grape (0.12.0)
37+
grape (0.13.0)
3838
activesupport
3939
builder
4040
hashie (>= 2.1.0)
@@ -44,10 +44,10 @@ GEM
4444
rack-accept
4545
rack-mount
4646
virtus (>= 1.0.0)
47-
grape-entity (0.4.7)
47+
grape-entity (0.4.8)
4848
activesupport
4949
multi_json (>= 1.3.2)
50-
grape-swagger (0.10.1)
50+
grape-swagger (0.10.2)
5151
grape (>= 0.8.0)
5252
grape-entity
5353
guard (2.10.5)
@@ -84,7 +84,7 @@ GEM
8484
method_source (0.8.2)
8585
mime-types (2.6.1)
8686
mini_portile (0.6.0)
87-
minitest (5.7.0)
87+
minitest (5.8.0)
8888
multi_json (1.11.2)
8989
multi_xml (0.5.5)
9090
nenv (0.2.0)
@@ -161,8 +161,8 @@ PLATFORMS
161161

162162
DEPENDENCIES
163163
capybara (~> 2.4.4)
164-
grape (~> 0.12.0)
165-
grape-entity (~> 0.4.5)
164+
grape (~> 0.13.0)
165+
grape-entity (~> 0.4.8)
166166
grape-swagger (~> 0.10.1)
167167
guard (~> 2.10.5)
168168
guard-bundler (~> 2.1.0)

0 commit comments

Comments
 (0)