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 @@ -11,7 +11,7 @@ gem 'coffee-rails'
gem 'acts_as_list', '~> 0.9'
gem 'aws-sdk-s3', '~> 1.17'
gem 'bootsnap'
gem 'bootstrap', '~> 4.1.3'
gem 'bootstrap', '~> 4.3.1'
gem 'cancancan'
gem 'cocoon'
gem 'cookies_eu'
Expand Down
29 changes: 19 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (9.0.0)
autoprefixer-rails (9.4.8)
execjs
aws-eventstream (1.0.1)
aws-partitions (1.102.0)
Expand All @@ -81,10 +81,10 @@ GEM
bindex (0.5.0)
bootsnap (1.3.1)
msgpack (~> 1.0)
bootstrap (4.1.3)
autoprefixer-rails (>= 6.0.3)
popper_js (>= 1.12.9, < 2)
sass (>= 3.5.2)
bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
builder (3.2.3)
bullet (5.7.6)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
parser (2.5.1.2)
ast (~> 2.4.0)
pg (1.1.2)
popper_js (1.14.3)
popper_js (1.14.5)
powerpack (0.1.2)
pry (0.11.3)
coderay (~> 1.1.0)
Expand Down Expand Up @@ -236,8 +236,8 @@ GEM
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
redcarpet (3.4.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
rubyzip (1.2.2)
sass (3.5.7)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -288,6 +288,15 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.0)
ffi (~> 1.9.6)
rake
sassc-rails (2.1.0)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
select2-rails (4.0.3)
thor (~> 0.14)
selenium-webdriver (3.14.0)
Expand Down Expand Up @@ -338,7 +347,7 @@ DEPENDENCIES
aws-sdk-s3 (~> 1.17)
better_errors
bootsnap
bootstrap (~> 4.1.3)
bootstrap (~> 4.3.1)
bullet
cancancan
capybara
Expand Down