diff --git a/Gemfile b/Gemfile index f22e548..ad76aa1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'sinatra', '~> 1.4.5' -gem 'github_api', '~> 0.13.0' +gem 'github_api', '~> 0.14.5' gem "redis", "~> 3.3.3" gem 'hiredis', '~> 0.6.0' gem 'haml', '~> 4.0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 2b4ba57..cd1c16f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,37 +10,36 @@ GEM dogstatsd-ruby (3.0.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) - github_api (0.13.1) + github_api (0.14.5) addressable (~> 2.4.0) descendants_tracker (~> 0.0.4) faraday (~> 0.8, < 0.10) hashie (>= 3.4) - multi_json (>= 1.7.5, < 2.0) - oauth2 + oauth2 (~> 1.0) haml (4.0.7) tilt - hashie (3.4.3) + hashie (3.5.5) hiredis (0.6.1) json (2.1.0) - jwt (1.5.2) + jwt (1.5.6) mail (2.6.6) mime-types (>= 1.16, < 4) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) multi_json (1.12.1) - multi_xml (0.5.5) + multi_xml (0.6.0) multipart-post (2.0.0) newrelic-redis (2.0.2) newrelic_rpm (~> 3.11) redis (< 4.0) newrelic_rpm (3.18.1.330) - oauth2 (1.0.0) - faraday (>= 0.8, < 0.10) + oauth2 (1.4.0) + faraday (>= 0.8, < 0.13) jwt (~> 1.0) multi_json (~> 1.3) multi_xml (~> 0.5) - rack (~> 1.2) + rack (>= 1.2, < 3) puma (3.9.1) rack (1.6.8) rack-flash3 (1.0.5) @@ -67,7 +66,7 @@ GEM rack-test sinatra (~> 1.4.0) tilt (>= 1.3, < 3) - thread_safe (0.3.5) + thread_safe (0.3.6) tilt (2.0.7) PLATFORMS @@ -75,7 +74,7 @@ PLATFORMS DEPENDENCIES dogstatsd-ruby (~> 3.0.0) - github_api (~> 0.13.0) + github_api (~> 0.14.5) haml (~> 4.0.6) hiredis (~> 0.6.0) json (~> 2.1)