1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00

2 Commits

Author SHA1 Message Date
dependabot[bot]
b326eb92d8 Merge 7126aaf447 into 59c51f466a 2024-11-30 16:16:21 +00:00
dependabot[bot]
7126aaf447 Bump font-awesome-sass from 6.4.0 to 6.4.2
Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases)
- [Commits](https://github.com/FortAwesome/font-awesome-sass/commits)

---
updated-dependencies:
- dependency-name: font-awesome-sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 16:32:33 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.6' gem 'rails', '~> 7.0.6'
# Use Puma as the app server # Use Puma as the app server
gem 'puma', '~> 6.4' gem 'puma', '~> 6.3'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6.3' gem 'sqlite3', '~> 1.6.3'
@@ -41,7 +41,7 @@ gem 'listen', '~> 3.8.0', group: :development
gem 'bootstrap', '~> 5.2.3' gem 'bootstrap', '~> 5.2.3'
gem "bootstrap_form", "~> 5.2" gem "bootstrap_form", "~> 5.2"
gem 'font-awesome-sass', '~> 6.4.0' gem 'font-awesome-sass', '~> 6.4.2'
# Use Diffy for showing translation diffs # Use Diffy for showing translation diffs
gem 'diffy' gem 'diffy'

View File

@@ -109,7 +109,7 @@ GEM
ruby2_keywords (>= 0.0.4) ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2) faraday-net_http (3.0.2)
ffi (1.15.5) ffi (1.15.5)
font-awesome-sass (6.4.0) font-awesome-sass (6.4.2)
sassc (~> 2.0) sassc (~> 2.0)
globalid (1.1.0) globalid (1.1.0)
activesupport (>= 5.0) activesupport (>= 5.0)
@@ -182,7 +182,7 @@ GEM
psych (5.1.0) psych (5.1.0)
stringio stringio
public_suffix (5.0.1) public_suffix (5.0.1)
puma (6.4.0) puma (6.3.0)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.7.1) racc (1.7.1)
rack (2.2.7) rack (2.2.7)
@@ -300,7 +300,7 @@ DEPENDENCIES
devise (~> 4.8.0) devise (~> 4.8.0)
diff-lcs diff-lcs
diffy diffy
font-awesome-sass (~> 6.4.0) font-awesome-sass (~> 6.4.2)
jbuilder (~> 2.11.3) jbuilder (~> 2.11.3)
jquery-rails (~> 4.5.1) jquery-rails (~> 4.5.1)
listen (~> 3.8.0) listen (~> 3.8.0)
@@ -308,7 +308,7 @@ DEPENDENCIES
omniauth omniauth
omniauth-github omniauth-github
omniauth-rails_csrf_protection omniauth-rails_csrf_protection
puma (~> 6.4) puma (~> 6.3)
rails (~> 7.0.6) rails (~> 7.0.6)
rails-controller-testing rails-controller-testing
rails-i18n (~> 7.0.7) rails-i18n (~> 7.0.7)