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

Commit

Permalink
chore(dependencies): Bump github_api from 0.17.0 to 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 20, 2017
1 parent db8ea9d commit 23477ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.6'

gem "github_api", '~> 0.17'
gem "github_api", '~> 0.18'

gem 'bootstrap-sass', '~> 3.3.7'
gem 'font-awesome-rails', '~> 4.7.0'
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
factory_girl_rails (4.9.0)
factory_girl (~> 4.9.0)
railties (>= 3.0.0)
faraday (0.9.2)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.11.0.1)
faraday (>= 0.7.4, < 1.0)
Expand All @@ -124,12 +124,11 @@ GEM
net-http-persistent (~> 2.9)
net-http-pipeline
gherkin (4.1.3)
github_api (0.17.0)
addressable (~> 2.4.0)
github_api (0.18.2)
addressable (~> 2.4)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10)
hashie (>= 3.4)
mime-types (>= 1.16, < 3.0)
faraday (~> 0.8)
hashie (~> 3.5, >= 3.5.2)
oauth2 (~> 1.0)
guard (2.14.1)
formatador (>= 0.2.4)
Expand All @@ -150,7 +149,7 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (0.3.4)
hashie (3.5.5)
hashie (3.5.6)
highline (1.7.8)
i18n (0.9.0)
concurrent-ruby (~> 1.0)
Expand All @@ -173,7 +172,9 @@ GEM
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (2.99.3)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (0.1.3)
mini_portile2 (2.2.0)
minitest (4.7.5)
Expand Down Expand Up @@ -349,7 +350,7 @@ DEPENDENCIES
dotenv-rails
factory_girl_rails
font-awesome-rails (~> 4.7.0)
github_api (~> 0.17)
github_api (~> 0.18)
guard
guard-cucumber
guard-rspec
Expand Down

0 comments on commit 23477ab

Please sign in to comment.