mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-13 01:36:42 +01:00
Compare commits
9 Commits
bd786586c4
...
6d69e3b993
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d69e3b993 | ||
| ecef051a3b | |||
| 37deaa5535 | |||
| 0f44c84fd9 | |||
| 58bfe3183d | |||
|
|
457df5438e | ||
|
|
d09f32ccf0 | ||
|
|
3a9287df53 | ||
|
|
d16ca761d9 |
6
Gemfile
6
Gemfile
@ -37,9 +37,9 @@ 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.7.0', group: :development
|
||||||
|
|
||||||
gem 'bootstrap', '~> 5.0.1'
|
gem 'bootstrap', '~> 5.1.0'
|
||||||
gem "bootstrap_form", "~> 4.5"
|
gem "bootstrap_form", "~> 4.5"
|
||||||
gem 'font-awesome-sass', '~> 5.15.1'
|
gem 'font-awesome-sass', '~> 5.15.1'
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ gem 'font-awesome-sass', '~> 5.15.1'
|
|||||||
gem 'diffy'
|
gem 'diffy'
|
||||||
gem 'diff-lcs'
|
gem 'diff-lcs'
|
||||||
|
|
||||||
gem 'will_paginate', '~> 3.3.0'
|
gem 'will_paginate', '~> 3.3.1'
|
||||||
gem 'will_paginate-bootstrap4', '~> 0.2.2'
|
gem 'will_paginate-bootstrap4', '~> 0.2.2'
|
||||||
|
|
||||||
gem 'devise', '~> 4.8.0'
|
gem 'devise', '~> 4.8.0'
|
||||||
|
|||||||
36
Gemfile.lock
36
Gemfile.lock
@ -62,15 +62,15 @@ GEM
|
|||||||
zeitwerk (~> 2.3)
|
zeitwerk (~> 2.3)
|
||||||
addressable (2.8.0)
|
addressable (2.8.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
autoprefixer-rails (10.2.5.0)
|
autoprefixer-rails (10.3.3.0)
|
||||||
execjs (< 2.8.0)
|
execjs (~> 2)
|
||||||
bcrypt (3.1.16)
|
bcrypt (3.1.16)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bootsnap (1.7.7)
|
bootsnap (1.9.1)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
bootstrap (5.0.1)
|
bootstrap (5.1.0)
|
||||||
autoprefixer-rails (>= 9.1.0)
|
autoprefixer-rails (>= 9.1.0)
|
||||||
popper_js (>= 2.9.2, < 3)
|
popper_js (>= 2.9.3, < 3)
|
||||||
sassc-rails (>= 2.0.0)
|
sassc-rails (>= 2.0.0)
|
||||||
bootstrap_form (4.5.0)
|
bootstrap_form (4.5.0)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
@ -96,7 +96,7 @@ GEM
|
|||||||
diff-lcs (1.4.4)
|
diff-lcs (1.4.4)
|
||||||
diffy (3.4.0)
|
diffy (3.4.0)
|
||||||
erubi (1.10.0)
|
erubi (1.10.0)
|
||||||
execjs (2.7.0)
|
execjs (2.8.1)
|
||||||
faraday (1.4.1)
|
faraday (1.4.1)
|
||||||
faraday-excon (~> 1.1)
|
faraday-excon (~> 1.1)
|
||||||
faraday-net_http (~> 1.0)
|
faraday-net_http (~> 1.0)
|
||||||
@ -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.4)
|
||||||
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,10 +122,10 @@ 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.7.0)
|
||||||
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.12.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
@ -133,7 +133,7 @@ GEM
|
|||||||
marcel (1.0.1)
|
marcel (1.0.1)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mini_mime (1.1.0)
|
mini_mime (1.1.0)
|
||||||
mini_portile2 (2.5.3)
|
mini_portile2 (2.6.1)
|
||||||
minitest (5.14.4)
|
minitest (5.14.4)
|
||||||
msgpack (1.4.2)
|
msgpack (1.4.2)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
@ -141,8 +141,8 @@ GEM
|
|||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.3)
|
||||||
nio4r (2.5.7)
|
nio4r (2.5.7)
|
||||||
nokogiri (1.11.7)
|
nokogiri (1.12.5)
|
||||||
mini_portile2 (~> 2.5.0)
|
mini_portile2 (~> 2.6.1)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
oauth2 (1.4.7)
|
oauth2 (1.4.7)
|
||||||
faraday (>= 0.8, < 2.0)
|
faraday (>= 0.8, < 2.0)
|
||||||
@ -164,7 +164,7 @@ GEM
|
|||||||
actionpack (>= 4.2)
|
actionpack (>= 4.2)
|
||||||
omniauth (~> 2.0)
|
omniauth (~> 2.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
popper_js (2.9.2)
|
popper_js (2.9.3)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
puma (5.4.0)
|
puma (5.4.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
@ -196,7 +196,7 @@ GEM
|
|||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.3.0)
|
rails-html-sanitizer (1.4.2)
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.3)
|
||||||
rails-i18n (6.0.0)
|
rails-i18n (6.0.0)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
@ -258,7 +258,7 @@ GEM
|
|||||||
websocket-driver (0.7.5)
|
websocket-driver (0.7.5)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
will_paginate (3.3.0)
|
will_paginate (3.3.1)
|
||||||
will_paginate-bootstrap4 (0.2.2)
|
will_paginate-bootstrap4 (0.2.2)
|
||||||
will_paginate (~> 3.0, >= 3.0.0)
|
will_paginate (~> 3.0, >= 3.0.0)
|
||||||
zeitwerk (2.4.2)
|
zeitwerk (2.4.2)
|
||||||
@ -268,7 +268,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bootsnap
|
bootsnap
|
||||||
bootstrap (~> 5.0.1)
|
bootstrap (~> 5.1.0)
|
||||||
bootstrap_form (~> 4.5)
|
bootstrap_form (~> 4.5)
|
||||||
coffee-rails (~> 5.0.0)
|
coffee-rails (~> 5.0.0)
|
||||||
devise (~> 4.8.0)
|
devise (~> 4.8.0)
|
||||||
@ -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.7.0)
|
||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5.2)
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-github
|
omniauth-github
|
||||||
@ -294,7 +294,7 @@ DEPENDENCIES
|
|||||||
uglifier (~> 4.2.0)
|
uglifier (~> 4.2.0)
|
||||||
web-console (~> 4.1.0)
|
web-console (~> 4.1.0)
|
||||||
webmock
|
webmock
|
||||||
will_paginate (~> 3.3.0)
|
will_paginate (~> 3.3.1)
|
||||||
will_paginate-bootstrap4 (~> 0.2.2)
|
will_paginate-bootstrap4 (~> 0.2.2)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user