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 @@ -54,7 +54,7 @@ gem 'bootstrap-sass'
gem 'jquery-rails'
gem 'devise'
gem 'coffee-script-source', '1.8.0'
gem 'carrierwave', '~> 0.9'
gem 'carrierwave', '~> 1.3'

gem 'will_paginate', '~> 3.1.1'
gem 'will_paginate-bootstrap'
31 changes: 18 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
xpath (~> 3.2)
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)
childprocess (3.0.0)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
Expand All @@ -72,7 +71,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.8.0)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
Expand All @@ -82,18 +81,18 @@ GEM
warden (~> 1.2.3)
erubi (1.9.0)
execjs (2.7.0)
ffi (1.12.1)
ffi (1.12.1-x86-mingw32)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.2)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.3.0)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -102,13 +101,15 @@ GEM
method_source (0.9.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.3.4)
mime-types-data (3.2020.1104)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
minitest (5.14.3)
mysql2 (0.3.21)
mysql2 (0.3.21-x86-mingw32)
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.7-x86-mingw32)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -160,6 +161,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.2.1)
ffi (~> 1.9)
sassc (2.2.1-x86-mingw32)
ffi (~> 1.9)
selenium-webdriver (3.142.7)
Expand All @@ -172,13 +175,14 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
thor (1.0.1)
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)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
Expand All @@ -201,13 +205,14 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
bootstrap-sass
byebug
capybara (>= 2.15)
carrierwave (~> 0.9)
carrierwave (~> 1.3)
coffee-rails (~> 4.2)
coffee-script-source (= 1.8.0)
devise
Expand Down