This repository was archived by the owner on Sep 2, 2022. It is now read-only.
File tree 2 files changed +21
-22
lines changed
2 files changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ gem 'turbolinks'
29
29
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
30
30
gem 'jbuilder' , '~> 1.2'
31
31
32
- gem "github_api" , '~> 0.11 '
32
+ gem "github_api" , '~> 0.17 '
33
33
34
34
gem 'bootstrap-sass' , '~> 3.0.3'
35
35
gem 'font-awesome-rails' , '~> 4.0.3'
Original file line number Diff line number Diff line change 25
25
multi_json (~> 1.3 )
26
26
thread_safe (~> 0.1 )
27
27
tzinfo (~> 0.3.37 )
28
- addressable (2.3.6 )
28
+ addressable (2.4.0 )
29
29
arel (4.0.2 )
30
30
backports (3.6.4 )
31
31
bcrypt (3.1.9 )
100
100
factory_girl_rails (4.5.0 )
101
101
factory_girl (~> 4.5.0 )
102
102
railties (>= 3.0.0 )
103
- faraday (0.9.0 )
103
+ faraday (0.9.2 )
104
104
multipart-post (>= 1.2 , < 3 )
105
105
faraday_middleware (0.9.1 )
106
106
faraday (>= 0.7.4 , < 0.10 )
@@ -117,14 +117,13 @@ GEM
117
117
net-http-pipeline
118
118
gherkin (2.12.2 )
119
119
multi_json (~> 1.3 )
120
- github_api (0.12.2 )
121
- addressable (~> 2.3 )
120
+ github_api (0.17.0 )
121
+ addressable (~> 2.4.0 )
122
122
descendants_tracker (~> 0.0.4 )
123
123
faraday (~> 0.8 , < 0.10 )
124
- hashie (>= 3.3 )
125
- multi_json (>= 1.7.5 , < 2.0 )
126
- nokogiri (~> 1.6.3 )
127
- oauth2
124
+ hashie (>= 3.4 )
125
+ mime-types (>= 1.16 , < 3.0 )
126
+ oauth2 (~> 1.0 )
128
127
guard (2.10.4 )
129
128
formatador (>= 0.2.4 )
130
129
listen (~> 2.7 )
142
141
guard (~> 2.1 )
143
142
guard-compat (~> 1.1 )
144
143
rspec (>= 2.99.0 , < 4.0 )
145
- hashie (3.3.2 )
144
+ hashie (3.5.5 )
146
145
highline (1.6.21 )
147
146
hike (1.2.3 )
148
147
hitimes (1.2.2 )
154
153
railties (>= 3.0 , < 5.0 )
155
154
thor (>= 0.14 , < 2.0 )
156
155
json (1.8.6 )
157
- jwt (1.2.0 )
156
+ jwt (1.5.6 )
158
157
kramdown (1.5.0 )
159
158
launchy (2.4.3 )
160
159
addressable (~> 2.3 )
@@ -167,24 +166,24 @@ GEM
167
166
mime-types (>= 1.16 , < 3 )
168
167
method_source (0.8.2 )
169
168
mime-types (2.4.3 )
170
- mini_portile ( 0.6.1 )
169
+ mini_portile2 ( 2.1.0 )
171
170
minitest (4.7.5 )
172
- multi_json (1.10 .1 )
171
+ multi_json (1.12 .1 )
173
172
multi_test (0.1.1 )
174
- multi_xml (0.5.5 )
173
+ multi_xml (0.6.0 )
175
174
multipart-post (2.0.0 )
176
175
nenv (0.1.1 )
177
176
net-http-persistent (2.9.4 )
178
177
net-http-pipeline (1.0.1 )
179
178
netrc (0.10.1 )
180
- nokogiri (1.6.5 )
181
- mini_portile (~> 0.6 .0 )
182
- oauth2 (1.0.0 )
183
- faraday (>= 0.8 , < 0.10 )
179
+ nokogiri (1.7.2 )
180
+ mini_portile2 (~> 2.1 .0 )
181
+ oauth2 (1.3.1 )
182
+ faraday (>= 0.8 , < 0.12 )
184
183
jwt (~> 1.0 )
185
184
multi_json (~> 1.3 )
186
185
multi_xml (~> 0.5 )
187
- rack (~> 1.2 )
186
+ rack (>= 1.2 , < 3 )
188
187
omniauth (1.2.2 )
189
188
hashie (>= 1.2 , < 4 )
190
189
rack (~> 1.0 )
210
209
pusher-client (0.6.0 )
211
210
json
212
211
websocket (~> 1.0 )
213
- rack (1.5.2 )
212
+ rack (1.5.5 )
214
213
rack-google-analytics (1.2.0 )
215
214
actionpack
216
215
activesupport
294
293
term-ansicolor (1.3.0 )
295
294
tins (~> 1.0 )
296
295
thor (0.19.1 )
297
- thread_safe (0.3.4 )
296
+ thread_safe (0.3.6 )
298
297
tilt (1.4.1 )
299
298
timecop (0.7.1 )
300
299
timers (4.0.1 )
@@ -346,7 +345,7 @@ DEPENDENCIES
346
345
dotenv-rails
347
346
factory_girl_rails
348
347
font-awesome-rails (~> 4.0.3 )
349
- github_api (~> 0.11 )
348
+ github_api (~> 0.17 )
350
349
guard
351
350
guard-cucumber
352
351
guard-rspec
You can’t perform that action at this time.
0 commit comments