Skip to content

Commit

Permalink
Update less-rails to fix deprecation msg in testing
Browse files Browse the repository at this point in the history
`rails s` still yield the deprecation warning:
* See issue: metaskills/less-rails#122
* PR pending: metaskills/less-rails#137
* Workaround: `gem 'less-rails', github: 'brendon/less-rails', branch: 'fix-sprockets-loading'
  • Loading branch information
joe4dev committed Aug 16, 2018
1 parent a947865 commit b632a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'devise', '~> 3.5' # Authentication
# https://samsaffron.com/archive/2015/03/31/debugging-memory-leaks-in-ruby
# Migration from LESS to SASS is required to drop this dependency
gem 'therubyracer', '~> 0.12.3', platforms: :ruby
gem 'less-rails', '~> 2.7'
gem 'less-rails', '~> 2.8'
gem 'uglifier', '>= 1.3.0'
gem 'jquery-rails'
gem 'coffee-rails', '~> 4.1.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
addressable (~> 2.3)
less (2.6.0)
commonjs (~> 0.2.7)
less-rails (2.7.1)
less-rails (2.8.0)
actionpack (>= 4.0)
less (~> 2.6.0)
sprockets (> 2, < 4)
Expand Down Expand Up @@ -296,7 +296,7 @@ GEM
rack (~> 1.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.2)
tilt (2.0.7)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.3)
Expand Down Expand Up @@ -344,7 +344,7 @@ DEPENDENCIES
jquery-rails
jquery-turbolinks
launchy
less-rails (~> 2.7)
less-rails (~> 2.8)
meta_request
pg
pry
Expand Down

0 comments on commit b632a17

Please sign in to comment.