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. "89a5b83bf30c7daae4eb8f34c78095c55142f847" and "952c2fedd350926a300eb3de3d78e6764e7c8350" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ gem 'jbuilder', '~> 2.11.2'
gem 'sdoc', '~> 2.2.0', group: :doc gem 'sdoc', '~> 2.2.0', group: :doc
gem 'web-console', '~> 4.1.0', group: :development gem 'web-console', '~> 4.1.0', group: :development
gem 'listen', '~> 3.6.0', group: :development gem 'listen', '~> 3.5.1', group: :development
gem 'bootstrap', '~> 5.0.1' gem 'bootstrap', '~> 5.0.1'
gem "bootstrap_form", "~> 4.5" gem "bootstrap_form", "~> 4.5"

View File

@ -106,7 +106,7 @@ GEM
faraday-excon (1.1.0) faraday-excon (1.1.0)
faraday-net_http (1.0.1) faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0) faraday-net_http_persistent (1.1.0)
ffi (1.15.3) ffi (1.15.0)
font-awesome-sass (5.15.1) font-awesome-sass (5.15.1)
sassc (>= 1.11) sassc (>= 1.11)
globalid (0.4.2) globalid (0.4.2)
@ -122,7 +122,7 @@ GEM
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
jwt (2.2.3) jwt (2.2.3)
listen (3.6.0) listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.10.0) loofah (2.10.0)
@ -208,7 +208,7 @@ GEM
rake (>= 0.13) rake (>= 0.13)
thor (~> 1.0) thor (~> 1.0)
rake (13.0.6) rake (13.0.6)
rb-fsevent (0.11.0) rb-fsevent (0.10.4)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rdoc (6.3.1) rdoc (6.3.1)
@ -277,7 +277,7 @@ DEPENDENCIES
font-awesome-sass (~> 5.15.1) font-awesome-sass (~> 5.15.1)
jbuilder (~> 2.11.2) jbuilder (~> 2.11.2)
jquery-rails (~> 4.4.0) jquery-rails (~> 4.4.0)
listen (~> 3.6.0) listen (~> 3.5.1)
mysql2 (~> 0.5.2) mysql2 (~> 0.5.2)
omniauth omniauth
omniauth-github omniauth-github