Skip to content

Commit

Permalink
update Gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Duss committed Jun 5, 2019
1 parent be6b336 commit 7c5b266
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source "https://rubygems.org"

gem 'sinatra'
# gem 'sinatra-reloader', '~> 1.0'
gem 'sinatra-reloader', '~> 1.0'
gem 'nokogiri'
gem 'i18n'
gem 'omniauth-spotify'
Expand Down
51 changes: 31 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,44 +1,54 @@
GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.1.3)
faraday (0.15.3)
backports (3.15.0)
concurrent-ruby (1.1.5)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
hashie (3.5.7)
i18n (1.1.1)
hashie (3.6.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jwt (2.1.0)
mini_portile2 (2.3.0)
jwt (2.2.1)
mini_portile2 (2.4.0)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
multipart-post (2.1.1)
mustermann (1.0.3)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.5.0)
omniauth-oauth2 (1.6.0)
oauth2 (~> 1.1)
omniauth (~> 1.2)
omniauth (~> 1.9)
omniauth-spotify (0.0.13)
omniauth-oauth2 (~> 1.1)
rack (2.0.6)
rack-protection (2.0.4)
rack (2.0.7)
rack-protection (2.0.5)
rack
rake (12.3.1)
sinatra (2.0.4)
rake (12.3.2)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.4)
rack-protection (= 2.0.5)
tilt (~> 2.0)
tilt (2.0.8)
sinatra-contrib (2.0.5)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.5)
sinatra (= 2.0.5)
tilt (>= 1.3, < 3)
sinatra-reloader (1.0)
sinatra-contrib
tilt (2.0.9)

PLATFORMS
ruby
Expand All @@ -49,6 +59,7 @@ DEPENDENCIES
omniauth-spotify
rake (~> 12.1)
sinatra
sinatra-reloader (~> 1.0)

BUNDLED WITH
1.16.0
1.17.2
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def refresh_token
end
# session[:creds] = response.body
return JSON.parse(response.body)['access_token']
end
end

0 comments on commit 7c5b266

Please sign in to comment.