Skip to content

Commit

Permalink
Update to carrierwave 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Jan 8, 2019
1 parent b4e2926 commit b65f4d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- **Gem Changes**
- Update to ruby 2.6.0
- Update to rails 5.2.2
- Update to carrierwave 1.3.1

## 4.0.0 (November 7, 2018)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "pg", ">= 0.18", "< 2.0"
gem "autoprefixer-rails", "9.1.0"
gem "aws-sdk-s3", require: false
gem "bootstrap", "~> 4.1.3"
gem "carrierwave", "~> 1.2.3"
gem "carrierwave", "~> 1.3.1"
gem "devise", "~> 4.5.0"
gem "fog-aws"
gem "font-awesome-sass", "~> 5.3.1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
xpath (~> 3.2)
carrierwave (1.2.3)
carrierwave (1.3.1)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
Expand Down Expand Up @@ -294,7 +294,7 @@ DEPENDENCIES
bootsnap (>= 1.1.0)
bootstrap (~> 4.1.3)
capybara (>= 2.15, < 4.0)
carrierwave (~> 1.2.3)
carrierwave (~> 1.3.1)
coffee-rails (~> 4.2)
devise (~> 4.5.0)
fog-aws
Expand Down

0 comments on commit b65f4d2

Please sign in to comment.