Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 47a79b2

Browse files
Bump github_api to 0.17.0
Bumps [github_api](https://github.com/piotrmurach/github) from 0.12.2 to 0.17.0. - [Changelog](https://github.com/piotrmurach/github/blob/master/CHANGELOG.md) - [Commits](piotrmurach/github@v0.12.2...v0.17.0)
1 parent 8d2f414 commit 47a79b2

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'turbolinks'
2929
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
3030
gem 'jbuilder', '~> 1.2'
3131

32-
gem "github_api", '~> 0.11'
32+
gem "github_api", '~> 0.17'
3333

3434
gem 'bootstrap-sass', '~> 3.0.3'
3535
gem 'font-awesome-rails', '~> 4.0.3'

Gemfile.lock

+20-21
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GEM
2525
multi_json (~> 1.3)
2626
thread_safe (~> 0.1)
2727
tzinfo (~> 0.3.37)
28-
addressable (2.3.6)
28+
addressable (2.4.0)
2929
arel (4.0.2)
3030
backports (3.6.4)
3131
bcrypt (3.1.9)
@@ -100,7 +100,7 @@ GEM
100100
factory_girl_rails (4.5.0)
101101
factory_girl (~> 4.5.0)
102102
railties (>= 3.0.0)
103-
faraday (0.9.0)
103+
faraday (0.9.2)
104104
multipart-post (>= 1.2, < 3)
105105
faraday_middleware (0.9.1)
106106
faraday (>= 0.7.4, < 0.10)
@@ -117,14 +117,13 @@ GEM
117117
net-http-pipeline
118118
gherkin (2.12.2)
119119
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)
122122
descendants_tracker (~> 0.0.4)
123123
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)
128127
guard (2.10.4)
129128
formatador (>= 0.2.4)
130129
listen (~> 2.7)
@@ -142,7 +141,7 @@ GEM
142141
guard (~> 2.1)
143142
guard-compat (~> 1.1)
144143
rspec (>= 2.99.0, < 4.0)
145-
hashie (3.3.2)
144+
hashie (3.5.5)
146145
highline (1.6.21)
147146
hike (1.2.3)
148147
hitimes (1.2.2)
@@ -154,7 +153,7 @@ GEM
154153
railties (>= 3.0, < 5.0)
155154
thor (>= 0.14, < 2.0)
156155
json (1.8.6)
157-
jwt (1.2.0)
156+
jwt (1.5.6)
158157
kramdown (1.5.0)
159158
launchy (2.4.3)
160159
addressable (~> 2.3)
@@ -167,24 +166,24 @@ GEM
167166
mime-types (>= 1.16, < 3)
168167
method_source (0.8.2)
169168
mime-types (2.4.3)
170-
mini_portile (0.6.1)
169+
mini_portile2 (2.1.0)
171170
minitest (4.7.5)
172-
multi_json (1.10.1)
171+
multi_json (1.12.1)
173172
multi_test (0.1.1)
174-
multi_xml (0.5.5)
173+
multi_xml (0.6.0)
175174
multipart-post (2.0.0)
176175
nenv (0.1.1)
177176
net-http-persistent (2.9.4)
178177
net-http-pipeline (1.0.1)
179178
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)
184183
jwt (~> 1.0)
185184
multi_json (~> 1.3)
186185
multi_xml (~> 0.5)
187-
rack (~> 1.2)
186+
rack (>= 1.2, < 3)
188187
omniauth (1.2.2)
189188
hashie (>= 1.2, < 4)
190189
rack (~> 1.0)
@@ -210,7 +209,7 @@ GEM
210209
pusher-client (0.6.0)
211210
json
212211
websocket (~> 1.0)
213-
rack (1.5.2)
212+
rack (1.5.5)
214213
rack-google-analytics (1.2.0)
215214
actionpack
216215
activesupport
@@ -294,7 +293,7 @@ GEM
294293
term-ansicolor (1.3.0)
295294
tins (~> 1.0)
296295
thor (0.19.1)
297-
thread_safe (0.3.4)
296+
thread_safe (0.3.6)
298297
tilt (1.4.1)
299298
timecop (0.7.1)
300299
timers (4.0.1)
@@ -346,7 +345,7 @@ DEPENDENCIES
346345
dotenv-rails
347346
factory_girl_rails
348347
font-awesome-rails (~> 4.0.3)
349-
github_api (~> 0.11)
348+
github_api (~> 0.17)
350349
guard
351350
guard-cucumber
352351
guard-rspec

0 commit comments

Comments
 (0)