Update gem dependencies

pull/382/head
Thibaut Courouble 9 years ago
parent d389296f33
commit 40f9f4d6b7

@ -1,24 +1,24 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (4.2.5.1) activesupport (4.2.5.2)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
backports (3.6.7) backports (3.6.8)
better_errors (2.1.1) better_errors (2.1.1)
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubis (>= 2.6.6) erubis (>= 2.6.6)
rack (>= 0.9.0) rack (>= 0.9.0)
browser (1.1.0) browser (2.0.2)
coderay (1.1.0) coderay (1.1.1)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.10.0) coffee-script-source (1.10.0)
concurrent-ruby (1.0.0) concurrent-ruby (1.0.1)
daemons (1.2.3) daemons (1.2.3)
erubis (2.7.0) erubis (2.7.0)
ethon (0.8.1) ethon (0.8.1)
@ -78,11 +78,11 @@ GEM
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (2.0.2) tilt (2.0.2)
tty-pager (0.3.0) tty-pager (0.4.0)
tty-screen (~> 0.4.0) tty-screen (~> 0.5.0)
tty-which (~> 0.1.0) tty-which (~> 0.1.0)
verse (~> 0.4.0) verse (~> 0.4.0)
tty-screen (0.4.3) tty-screen (0.5.0)
tty-which (0.1.0) tty-which (0.1.0)
typhoeus (1.0.1) typhoeus (1.0.1)
ethon (>= 0.8.0) ethon (>= 0.8.0)

@ -101,7 +101,7 @@ class App < Sinatra::Application
include Sprockets::Helpers include Sprockets::Helpers
def browser def browser
@browser ||= Browser.new ua: request.user_agent @browser ||= Browser.new(request.user_agent)
end end
UNSUPPORTED_IE_VERSIONS = %w(6 7 8 9).freeze UNSUPPORTED_IE_VERSIONS = %w(6 7 8 9).freeze

Loading…
Cancel
Save