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 @@ -8,7 +8,7 @@ git_source(:github) do |repo_name|
end

gem 'graphql'
gem 'carrierwave', '~> 1.2.3'
gem 'carrierwave', '~> 1.3.2'
gem 'mini_magick', '~> 4.9.4'
gem 'carrierwave-aws', '~> 1.3.0'
gem 'figaro', '~> 1.1.1'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ GEM
bindex (0.5.0)
builder (3.2.3)
byebug (10.0.2)
carrierwave (1.2.3)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
carrierwave-aws (1.3.0)
aws-sdk-s3 (~> 1.0)
carrierwave (>= 0.7, < 2.0)
Expand All @@ -79,7 +80,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.8)
crass (1.0.4)
elasticsearch (6.1.0)
elasticsearch-api (= 6.1.0)
Expand Down Expand Up @@ -113,7 +114,7 @@ GEM
temple (>= 0.8.0)
tilt
hashie (3.6.0)
i18n (1.1.1)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
jbuilder (2.8.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -149,14 +150,14 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mime-types-data (3.2020.1104)
mimemagic (0.3.2)
mini_magick (4.9.4)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.3)
multi_json (1.13.1)
multipart-post (2.0.0)
nested_form (0.3.2)
Expand Down Expand Up @@ -245,14 +246,15 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
temple (0.8.0)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.8)
turbolinks (5.2.0)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand All @@ -272,7 +274,7 @@ DEPENDENCIES
autoprefixer-rails (~> 9.3.1)
bcrypt (~> 3.1.12)
byebug
carrierwave (~> 1.2.3)
carrierwave (~> 1.3.2)
carrierwave-aws (~> 1.3.0)
coffee-rails (~> 4.2.2)
elasticsearch-model (~> 6.0.0)
Expand Down