Merge pull request #358 from jasnow/master

Upgraded 10 gems
This commit is contained in:
Ken Johnson
2018-12-26 16:10:04 -05:00
committed by GitHub
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -81,7 +81,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.4)
contracts (0.16.0)
crass (1.0.4)
cucumber (3.1.2)
@@ -107,7 +107,7 @@ GEM
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubi (1.7.1)
erubi (1.8.0)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.9.25)
@@ -143,7 +143,7 @@ GEM
guard (>= 2.0.0)
guard-compat (~> 1.0)
http_parser.rb (0.6.0)
i18n (1.1.1)
i18n (1.3.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
jquery-fileupload-rails (1.0.0)
@@ -171,15 +171,15 @@ GEM
mini_mime (>= 0.1.1)
method_source (0.9.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_test (0.1.2)
mysql2 (0.5.2)
nenv (0.3.0)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
@@ -232,10 +232,10 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.1)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
ref (2.0.0)
regexp_parser (1.3.0)
responders (2.4.0)
@@ -262,7 +262,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.61.0)
rubocop (0.61.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
@@ -320,7 +320,7 @@ GEM
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.4.0)
unicode-display_width (1.4.1)
unicorn (5.4.1)
kgio (~> 2.6)
raindrops (~> 0.7)
@@ -382,4 +382,4 @@ RUBY VERSION
ruby 2.5.3p105
BUNDLED WITH
1.17.1
1.17.2
+1 -1
View File
@@ -70,7 +70,7 @@ Railsgoat::Application.configure do
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).
config.i18n.fallbacks = true
config.i18n.fallbacks = [I18n.default_locale]
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify