File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
source 'http://rubygems.org'
2
2
3
3
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 '
6
6
gem 'json' , '~> 1.8.3'
7
7
gem 'newrelic_rpm' , '~> 3.5.4.34'
8
8
gem 'rack-cors' , '~> 0.4.0'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: http://rubygems.org/
3
3
specs:
4
- activesupport (4.2.3 )
4
+ activesupport (4.2.4 )
5
5
i18n (~> 0.7 )
6
6
json (~> 1.7 , >= 1.7.7 )
7
7
minitest (~> 5.1 )
34
34
equalizer (0.0.11 )
35
35
ffi (1.9.10 )
36
36
formatador (0.2.5 )
37
- grape (0.12 .0 )
37
+ grape (0.13 .0 )
38
38
activesupport
39
39
builder
40
40
hashie (>= 2.1.0 )
44
44
rack-accept
45
45
rack-mount
46
46
virtus (>= 1.0.0 )
47
- grape-entity (0.4.7 )
47
+ grape-entity (0.4.8 )
48
48
activesupport
49
49
multi_json (>= 1.3.2 )
50
- grape-swagger (0.10.1 )
50
+ grape-swagger (0.10.2 )
51
51
grape (>= 0.8.0 )
52
52
grape-entity
53
53
guard (2.10.5 )
84
84
method_source (0.8.2 )
85
85
mime-types (2.6.1 )
86
86
mini_portile (0.6.0 )
87
- minitest (5.7 .0 )
87
+ minitest (5.8 .0 )
88
88
multi_json (1.11.2 )
89
89
multi_xml (0.5.5 )
90
90
nenv (0.2.0 )
@@ -161,8 +161,8 @@ PLATFORMS
161
161
162
162
DEPENDENCIES
163
163
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 )
166
166
grape-swagger (~> 0.10.1 )
167
167
guard (~> 2.10.5 )
168
168
guard-bundler (~> 2.1.0 )
You can’t perform that action at this time.
0 commit comments