Skip to content

Commit 998c9d8

Browse files
[Security] Bump paperclip from 5.1.0 to 6.1.0
Bumps [paperclip](https://github.com/thoughtbot/paperclip) from 5.1.0 to 6.1.0. **This update includes security fixes.** - [Release notes](https://github.com/thoughtbot/paperclip/releases) - [Changelog](https://github.com/thoughtbot/paperclip/blob/master/NEWS) - [Commits](thoughtbot/paperclip@v5.1.0...v6.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent df352f1 commit 998c9d8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem "twitter-text" # hashtag parsing
3636
gem "jquery-atwho-rails", "~> 1.3.2" # autocomplete
3737
gem "haml-rails"
3838
gem "audited-activerecord", "~> 4.0"
39-
gem "paperclip", "~> 5.1.0"
39+
gem "paperclip", "~> 6.1.0"
4040
gem "aws-sdk"
4141
gem "redcarpet"
4242
gem "holidays"

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,6 @@ GEM
623623
capybara (>= 2.0.2, < 2.4.0)
624624
json
625625
climate_control (0.2.0)
626-
cocaine (0.5.8)
627-
climate_control (>= 0.0.3, < 1.0)
628626
coderay (1.1.0)
629627
coffee-rails (4.0.1)
630628
coffee-script (>= 2.2.0)
@@ -718,9 +716,9 @@ GEM
718716
mini_mime (>= 0.1.1)
719717
memcachier (0.0.2)
720718
method_source (0.8.2)
721-
mime-types (3.1)
719+
mime-types (3.2.2)
722720
mime-types-data (~> 3.2015)
723-
mime-types-data (3.2016.0521)
721+
mime-types-data (3.2018.0812)
724722
mimemagic (0.3.2)
725723
mini_mime (1.0.0)
726724
mini_portile2 (2.3.0)
@@ -736,12 +734,12 @@ GEM
736734
mini_portile2 (~> 2.3.0)
737735
normalize-rails (3.0.1)
738736
orm_adapter (0.5.0)
739-
paperclip (5.1.0)
737+
paperclip (6.1.0)
740738
activemodel (>= 4.2.0)
741739
activesupport (>= 4.2.0)
742-
cocaine (~> 0.5.5)
743740
mime-types
744741
mimemagic (~> 0.3.0)
742+
terrapin (~> 0.6.0)
745743
pg (0.18.4)
746744
pikaday-gem (1.2.0)
747745
railties (>= 3.1)
@@ -854,6 +852,8 @@ GEM
854852
sprockets (>= 3.0.0)
855853
temple (0.7.6)
856854
terminal-table (1.5.2)
855+
terrapin (0.6.0)
856+
climate_control (>= 0.0.3, < 1.0)
857857
thor (0.19.4)
858858
thread_safe (0.3.6)
859859
tilt (2.0.5)
@@ -925,7 +925,7 @@ DEPENDENCIES
925925
neat
926926
newrelic_rpm (>= 3.7.3)
927927
normalize-rails
928-
paperclip (~> 5.1.0)
928+
paperclip (~> 6.1.0)
929929
pg
930930
pikaday-gem (~> 1.2.0.0)
931931
pry

0 commit comments

Comments
 (0)