1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-12 09:26:42 +01:00

Compare commits

..

No commits in common. "f5266836a017d7f15ce484a6e4be30767744756d" and "a01d14997c088e8a806eb049fd9dcd9e5982751a" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ gem 'listen', '~> 3.7.0', group: :development
gem 'bootstrap', '~> 5.1.3' gem 'bootstrap', '~> 5.1.3'
gem "bootstrap_form", "~> 5.0" gem "bootstrap_form", "~> 5.0"
gem 'font-awesome-sass', '~> 6.2.1' gem 'font-awesome-sass', '~> 6.2.0'
# Use Diffy for showing translation diffs # Use Diffy for showing translation diffs
gem 'diffy' gem 'diffy'

View File

@ -128,9 +128,9 @@ GEM
faraday-rack (1.0.0) faraday-rack (1.0.0)
faraday-retry (1.0.3) faraday-retry (1.0.3)
ffi (1.15.5) ffi (1.15.5)
font-awesome-sass (6.2.1) font-awesome-sass (6.2.0)
sassc (~> 2.0) sassc (~> 2.0)
globalid (1.0.1) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
hashdiff (1.0.1) hashdiff (1.0.1)
hashie (5.0.0) hashie (5.0.0)
@ -156,7 +156,7 @@ GEM
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.8.0) mini_portile2 (2.8.0)
minitest (5.17.0) minitest (5.16.3)
msgpack (1.6.0) msgpack (1.6.0)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
@ -321,7 +321,7 @@ DEPENDENCIES
devise (~> 4.8.0) devise (~> 4.8.0)
diff-lcs diff-lcs
diffy diffy
font-awesome-sass (~> 6.2.1) font-awesome-sass (~> 6.2.0)
jbuilder (~> 2.11.3) jbuilder (~> 2.11.3)
jquery-rails (~> 4.4.0) jquery-rails (~> 4.4.0)
listen (~> 3.7.0) listen (~> 3.7.0)