Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end

gem 'simple_form'
gem 'devise', ">= 4.7.1"
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem 'figaro', '~> 1.1', '>= 1.1.1'
gem 'fog-aws'
gem "mini_magick", ">= 4.9.4"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ GEM
sassc-rails (>= 2.0.0)
builder (3.2.4)
byebug (11.1.1)
carrierwave (1.3.1)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
carrierwave-aws (1.4.0)
aws-sdk-s3 (~> 1.0)
carrierwave (>= 0.7, < 2.1)
Expand All @@ -81,7 +82,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -139,7 +140,7 @@ GEM
multi_json (~> 1.8)
hashie (3.6.0)
http_parser.rb (0.6.0)
i18n (1.8.2)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
ipaddress (0.8.3)
jbuilder (2.9.1)
Expand All @@ -165,13 +166,13 @@ GEM
method_source (0.9.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mime-types-data (3.2020.1104)
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.2.9)
libv8 (>= 6.9.411)
minitest (5.14.0)
minitest (5.14.3)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -279,14 +280,15 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
stripe (5.14.0)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.10)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -307,7 +309,7 @@ PLATFORMS
DEPENDENCIES
bootstrap (= 4.3.1)
byebug
carrierwave (~> 1.0)
carrierwave (~> 1.3)
carrierwave-aws
coffee-rails (~> 4.2)
devise (>= 4.7.1)
Expand Down