We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d31d54 commit f15cbb8Copy full SHA for f15cbb8
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-## next
+## 2.7.2 (26 August 2015)
2
+
3
- update UglifyJS to 2.4.24
4
5
## 2.7.1 (27 February 2015)
Gemfile
@@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec
if RUBY_VERSION >= '1.9'
6
- gem 'rubocop', '~> 0.28', :group => [:development]
+ gem 'rubocop', '~> 0.28.0', :group => [:development]
7
else
8
gem 'execjs', '~> 2.0.2'
9
end
0 commit comments