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 @@ -5,7 +5,7 @@ ruby '2.5.7'
gem 'bcrypt'
gem 'bootstrap-sass', '3.3.6'
gem 'bootstrap-will_paginate'
gem 'carrierwave', '0.11.2'
gem 'carrierwave', '1.3.2'
gem 'coffee-rails'
gem 'dotenv-rails'
gem 'faker', '1.6.6'
Expand Down
25 changes: 12 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,19 @@ GEM
will_paginate
builder (3.2.4)
byebug (9.0.6)
carrierwave (0.11.2)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
mimemagic (>= 0.3.0)
ssrf_filter (~> 1.0)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.8)
crass (1.0.6)
diff-lcs (1.3)
docile (1.1.5)
Expand Down Expand Up @@ -238,7 +237,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.1.0)
json (2.5.1)
jwt (2.2.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -250,13 +249,12 @@ GEM
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (1.0.0)
mime-types (3.1)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mime-types-data (3.2020.1104)
mini_magick (4.5.1)
mini_portile2 (2.4.0)
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 @@ -374,6 +372,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
temple (0.8.2)
thor (1.0.1)
thread_safe (0.3.6)
Expand All @@ -382,7 +381,7 @@ GEM
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.3)
tzinfo (1.2.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2017.2)
tzinfo (>= 1.0.0)
Expand All @@ -408,7 +407,7 @@ DEPENDENCIES
bootstrap-sass (= 3.3.6)
bootstrap-will_paginate
byebug
carrierwave (= 0.11.2)
carrierwave (= 1.3.2)
coffee-rails
dotenv-rails
faker (= 1.6.6)
Expand Down