Skip to content

Commit

Permalink
[gem] Bumped carrierwave version due to vulnearbility in ImageMagick.
Browse files Browse the repository at this point in the history
  • Loading branch information
jottr committed May 8, 2016
1 parent 8a64164 commit 4970968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -18,7 +18,7 @@ gem 'angular-ui-bootstrap-rails'
gem 'angular_rails_csrf'
# gem 'angularjs-rails'
gem 'angularjs-rails-resource', '~> 1.1.1'
gem 'carrierwave'
gem 'carrierwave', '~> 0.11.2'
gem 'clockwork'
gem 'coffee-rails', '~> 4.0.0'
gem 'font-awesome-rails'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Expand Up @@ -49,11 +49,12 @@ GEM
byebug (4.0.1)
columnize (= 0.9.0)
rb-readline (= 0.5.2)
carrierwave (0.10.0)
carrierwave (0.11.2)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
mimemagic (>= 0.3.0)
clockwork (1.1.0)
activesupport
tzinfo
Expand Down Expand Up @@ -130,6 +131,7 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
mimemagic (0.3.1)
mini_magick (4.1.0)
mini_portile (0.6.2)
minitest (5.5.1)
Expand Down Expand Up @@ -266,7 +268,7 @@ DEPENDENCIES
brice
browser
byebug
carrierwave
carrierwave (~> 0.11.2)
clockwork
coffee-rails (~> 4.0.0)
database_cleaner
Expand Down

0 comments on commit 4970968

Please sign in to comment.