Skip to content

Commit

Permalink
Bump version to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Aug 26, 2015
1 parent 7d31d54 commit f15cbb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,5 @@
## next
## 2.7.2 (26 August 2015)

- update UglifyJS to 2.4.24

## 2.7.1 (27 February 2015)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

if RUBY_VERSION >= '1.9'
gem 'rubocop', '~> 0.28', :group => [:development]
gem 'rubocop', '~> 0.28.0', :group => [:development]
else
gem 'execjs', '~> 2.0.2'
end

0 comments on commit f15cbb8

Please sign in to comment.