Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit f3f2ef4

Browse files
1 parent 7da7439 commit f3f2ef4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gem 'active_model_serializers', '~> 0.10' # Serialize models to JSON
5050
gem 'jsonapi_helpers', '~> 0.2' # JSONAPI helpers
5151

5252
# IMAGES
53-
gem 'paperclip', '~> 5.1' # Image handler
53+
gem 'paperclip', '~> 5.2' # Image handler
5454

5555
# HTTP
5656
gem 'httparty', '~> 0.13' # Make HTTP requests with ease

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ GEM
150150
coffee-rails (>= 3.2)
151151
railties (>= 3.0)
152152
sass-rails (>= 3.2)
153-
climate_control (0.1.0)
153+
climate_control (0.2.0)
154154
cocaine (0.5.8)
155155
climate_control (>= 0.0.3, < 1.0)
156156
codeclimate-test-reporter (1.0.8)
@@ -433,7 +433,7 @@ GEM
433433
domain_name (~> 0.5)
434434
httparty (0.15.6)
435435
multi_xml (>= 0.5.2)
436-
i18n (0.9.1)
436+
i18n (0.9.3)
437437
concurrent-ruby (~> 1.0)
438438
i18n-tasks (0.9.20)
439439
activesupport (>= 4.0.2)
@@ -516,7 +516,7 @@ GEM
516516
mimemagic (0.3.2)
517517
mini_mime (1.0.0)
518518
mini_portile2 (2.3.0)
519-
minitest (5.11.1)
519+
minitest (5.11.3)
520520
money (6.10.1)
521521
i18n (>= 0.6.4, < 1.0)
522522
msgpack (1.2.0)
@@ -530,7 +530,7 @@ GEM
530530
mini_portile2 (~> 2.3.0)
531531
oj (2.18.5)
532532
os (0.9.6)
533-
paperclip (5.1.0)
533+
paperclip (5.2.1)
534534
activemodel (>= 4.2.0)
535535
activesupport (>= 4.2.0)
536536
cocaine (~> 0.5.5)
@@ -802,7 +802,7 @@ DEPENDENCIES
802802
memory_profiler (~> 0.9)
803803
metrojobb (~> 0.2)
804804
newrelic_rpm (~> 4.7)
805-
paperclip (~> 5.1)
805+
paperclip (~> 5.2)
806806
personnummer (~> 0.1.0)
807807
pg (~> 0.21)
808808
puma (~> 3.11)

0 commit comments

Comments
 (0)