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 @@ -20,7 +20,7 @@ gem 'uglifier', '>= 1.3.0'

gem 'bootstrap', '>= 4.3.1'
gem 'bootstrap-wysihtml5-rails', '>= 0.3.3.8'
gem 'carrierwave', '>= 2.0', '>= 2.0.2'
gem 'carrierwave', '>= 2.0.2'
gem 'ckeditor', github: 'galetahub/ckeditor'
gem 'coderay', '>= 1.0.7'
gem 'devise', '>= 4.2' # login
Expand Down
20 changes: 9 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
execjs (~> 2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.5)
bigdecimal (3.1.7)
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand All @@ -113,7 +113,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (3.0.5)
carrierwave (3.0.7)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
addressable (~> 2.6)
Expand All @@ -132,7 +132,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand All @@ -143,16 +143,15 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
erubi (1.12.0)
execjs (2.9.1)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -183,7 +182,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
Expand All @@ -193,7 +192,7 @@ GEM
rake
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.20.0)
minitest (5.22.3)
msgpack (1.7.2)
mutex_m (0.2.0)
net-imap (0.4.9)
Expand Down Expand Up @@ -313,9 +312,8 @@ GEM
rubocop-gemfile (0.1.0.beta3)
rubocop (>= 0.35.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand Down Expand Up @@ -389,7 +387,7 @@ DEPENDENCIES
brakeman
byebug
capybara (>= 2.15)
carrierwave (>= 2.0.2, >= 2.0)
carrierwave (>= 2.0.2)
chromedriver-helper
ckeditor!
coderay (>= 1.0.7)
Expand Down