Skip to content

Commit

Permalink
Merge 16ea275 into 94971e1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 24, 2019
2 parents 94971e1 + 16ea275 commit c418b9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ gem 'uglifier', '>= 1.3.0'
# gem 'therubyracer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
gem 'coffee-rails', '~> 5.0'
# Turbolinks makes navigating your web application faster. Read more:
# => https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Expand Up @@ -60,14 +60,14 @@ GEM
xpath (~> 3.2)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
coffee-rails (4.2.2)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.5)
coveralls (0.8.22)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand All @@ -88,7 +88,7 @@ GEM
dotenv-rails (2.5.0)
dotenv (= 2.5.0)
railties (>= 3.2, < 6.0)
erubi (1.7.1)
erubi (1.8.0)
exception_handler (0.8.0.0)
bundler
rails (>= 4.2.0)
Expand All @@ -102,7 +102,7 @@ GEM
tilt
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.1.1)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jbuilder (2.8.0)
activesupport (>= 4.2.0)
Expand All @@ -129,18 +129,18 @@ GEM
mime-types-data (3.2018.0812)
mimemagic (0.3.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)
netrc (0.11.0)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
pg (1.1.3)
public_suffix (3.0.3)
puma (3.12.0)
rack (2.0.6)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.2)
Expand Down Expand Up @@ -172,7 +172,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (12.3.1)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -254,7 +254,7 @@ DEPENDENCIES
byebug
cancancan (~> 2.3)
capybara (~> 3.12)
coffee-rails (~> 4.2)
coffee-rails (~> 5.0)
coveralls
devise
dotenv-rails
Expand Down

0 comments on commit c418b9c

Please sign in to comment.