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

Prefill original title and content from projecteuler.net

This commit is contained in:
2020-05-02 20:18:04 +02:00
parent 3e85290fc6
commit 38633d6e79
21 changed files with 178 additions and 72 deletions

View File

@@ -56,6 +56,8 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (9.7.3)
execjs
bcrypt (3.1.13)
@@ -80,6 +82,8 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
@@ -99,6 +103,7 @@ GEM
sassc (>= 1.11)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
hashie (4.1.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
@@ -146,6 +151,7 @@ GEM
omniauth (~> 1.9)
orm_adapter (0.5.0)
popper_js (1.14.5)
public_suffix (4.0.4)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
@@ -187,6 +193,7 @@ GEM
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
safe_yaml (1.0.5)
sassc (2.2.1)
ffi (~> 1.9)
sassc-rails (2.1.2)
@@ -226,6 +233,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
@@ -262,8 +273,9 @@ DEPENDENCIES
tzinfo-data
uglifier (~> 4.2.0)
web-console (~> 4.0.1)
webmock
will_paginate (~> 3.3.0)
will_paginate-bootstrap4 (~> 0.2.2)
BUNDLED WITH
2.0.2
2.1.4