Skip to content

Commit

Permalink
Bump slimmer to fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenb committed Feb 27, 2017
1 parent ef2f285 commit dc32553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'rails', '4.2.7.1' # version 5 is available
gem 'rails-i18n', '~> 4.0.0'
gem 'sass', '~> 3.4.0'
gem 'sass-rails'
gem 'slimmer', '~> 10.1.1'
gem 'slimmer', '~> 10.1.3'
gem 'sprockets-rails', "~> 2.3.0" # version 3.2 available, but breaks a test.
gem 'shared_mustache', '~> 1.0.0'
gem 'statsd-ruby', '1.0.0', require: 'statsd'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ GEM
simplecov-html (0.10.0)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
slimmer (10.1.1)
slimmer (10.1.3)
activesupport
json
nokogiri (>= 1.5.0, < 1.7.0)
Expand Down Expand Up @@ -337,7 +337,7 @@ DEPENDENCIES
shoulda-context
simplecov
simplecov-rcov
slimmer (~> 10.1.1)
slimmer (~> 10.1.3)
sprockets-rails (~> 2.3.0)
statsd-ruby (= 1.0.0)
therubyracer (~> 0.12.0)
Expand Down

0 comments on commit dc32553

Please sign in to comment.