Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump font-awesome-sass from 5.6.1 to 5.13.0 #307

Closed
Closed
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 @@ -15,7 +15,7 @@ gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Fontawesome for icons
gem 'font-awesome-sass', '~> 5.6.1'
gem 'font-awesome-sass', '~> 5.13.0'
# Use Bootstrap
gem 'bootstrap', '~> 4.3.1'
# Use jQuery
Expand Down
25 changes: 12 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ GEM
erubi (1.8.0)
erubis (2.7.0)
execjs (2.7.0)
ffi (1.10.0)
font-awesome-sass (5.6.1)
ffi (1.12.2)
font-awesome-sass (5.13.0)
sassc (>= 1.11)
gettext (3.2.9)
locale (>= 2.0.5)
Expand All @@ -100,12 +100,12 @@ GEM
haml (5.0.4)
temple (>= 0.8.0)
tilt
haml-rails (2.0.0)
actionpack (>= 5.1)
activesupport (>= 5.1)
haml-rails (1.0.0)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 5.1)
railties (>= 4.0.1)
highline (2.0.0)
html2haml (2.2.0)
erubis (~> 2.7.0)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand Down Expand Up @@ -248,7 +248,7 @@ GEM
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
ruby_parser (3.13.1)
ruby_parser (3.14.2)
sexp_processor (~> 4.9)
sass (3.7.2)
sass-listen (~> 4.0.0)
Expand All @@ -261,16 +261,15 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.1)
sassc (2.3.0)
ffi (~> 1.9)
rake
sassc-rails (2.1.0)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sexp_processor (4.12.0)
sexp_processor (4.14.1)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -333,10 +332,10 @@ DEPENDENCIES
coffee-rails (~> 4.2)
devise
dotenv-rails
font-awesome-sass (~> 5.6.1)
font-awesome-sass (~> 5.13.0)
gettext
haml (~> 5.0.3)
haml-rails (~> 2.0.0)
haml-rails (~> 1.0.0)
i18n-tasks
jbuilder (~> 2.8)
jquery-rails
Expand Down