Skip to content

Commit

Permalink
#49 pgtk 0.7.1 and glogin 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 14, 2019
1 parent 9c7dbec commit 70f2713
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ ruby '2.6.0'

gem 'codecov', '0.1.14'
gem 'eslintrb', '2.1.0'
gem 'glogin', '~> 0.4'
gem 'glogin', '0.6.0'
gem 'haml', '5.0.4'
gem 'iri', '0.4.1'
gem 'loog', '0.2.1'
gem 'minitest', '5.11.3', require: false
gem 'pgtk', '0.7.0'
gem 'pgtk', '0.7.1'
gem 'rack', '2.0.6'
gem 'rack-ssl', '1.4.1'
gem 'rack-test', '1.1.0'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
backports (3.15.0)
backtrace (0.3.0)
base58 (0.2.3)
builder (3.2.3)
codecov (0.1.14)
json
Expand All @@ -52,7 +53,8 @@ GEM
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
ffi (1.11.1)
glogin (0.5.1)
glogin (0.6.0)
base58 (= 0.2.3)
haml (5.0.4)
temple (>= 0.8.0)
tilt
Expand Down Expand Up @@ -82,7 +84,7 @@ GEM
parser (2.6.3.0)
ast (~> 2.4.0)
pg (1.1.4)
pgtk (0.7.0)
pgtk (0.7.1)
backtrace (~> 0.3)
loog (~> 0.2)
pg (~> 1.1)
Expand Down Expand Up @@ -206,12 +208,12 @@ PLATFORMS
DEPENDENCIES
codecov (= 0.1.14)
eslintrb (= 2.1.0)
glogin (~> 0.4)
glogin (= 0.6.0)
haml (= 5.0.4)
iri (= 0.4.1)
loog (= 0.2.1)
minitest (= 5.11.3)
pgtk (= 0.7.0)
pgtk (= 0.7.1)
rack (= 2.0.6)
rack-ssl (= 1.4.1)
rack-test (= 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion front/front_login.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
settings.config['github']['encryption_secret'],
context
).to_user
rescue OpenSSL::Cipher::CipherError => _
rescue GLogin::Codec::DecodingError
cookies.delete(:glogin)
end
end
Expand Down

0 comments on commit 70f2713

Please sign in to comment.