mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Compare commits
15 Commits
9c0eb7c7b1
...
182b1d158c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
182b1d158c | ||
| 51fe609e23 | |||
| 7fddf296e4 | |||
|
|
cf21776dd3 | ||
|
|
bfa9404359 | ||
| f100c6d1ec | |||
| e51a1bd8b0 | |||
| e979e61160 | |||
|
|
f56a4c8df6 | ||
|
|
540251d427 | ||
| f5266836a0 | |||
| d6a4c41b6f | |||
|
|
0ab02ecc7f | ||
|
|
11b3fb1410 | ||
|
|
79698c60ff |
10
Gemfile
10
Gemfile
@ -8,7 +8,7 @@ gem 'puma', '~> 6.0'
|
|||||||
# Use sqlite3 as the database for Active Record
|
# Use sqlite3 as the database for Active Record
|
||||||
gem 'sqlite3', '~> 1.5.3'
|
gem 'sqlite3', '~> 1.5.3'
|
||||||
|
|
||||||
gem 'mysql2', '~> 0.5.2', group: :production
|
gem 'mysql2', '~> 0.5.5', group: :production
|
||||||
|
|
||||||
gem 'bootsnap', require: false
|
gem 'bootsnap', require: false
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ gem 'rails-controller-testing'
|
|||||||
gem 'webmock', group: :test
|
gem 'webmock', group: :test
|
||||||
|
|
||||||
# Use jquery as the JavaScript library
|
# Use jquery as the JavaScript library
|
||||||
gem 'jquery-rails', '~> 4.4.0'
|
gem 'jquery-rails', '~> 4.5.1'
|
||||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||||
gem 'turbolinks', '~> 5.2.1'
|
gem 'turbolinks', '~> 5.2.1'
|
||||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||||
@ -40,8 +40,8 @@ gem 'web-console', '~> 4.2.0', group: :development
|
|||||||
gem 'listen', '~> 3.7.0', group: :development
|
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.1"
|
||||||
gem 'font-awesome-sass', '~> 6.2.0'
|
gem 'font-awesome-sass', '~> 6.2.1'
|
||||||
|
|
||||||
# Use Diffy for showing translation diffs
|
# Use Diffy for showing translation diffs
|
||||||
gem 'diffy'
|
gem 'diffy'
|
||||||
@ -75,4 +75,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
|||||||
gem 'net-http'
|
gem 'net-http'
|
||||||
gem 'uri', '0.10.0'
|
gem 'uri', '0.10.0'
|
||||||
gem 'strscan', '3.0.1'
|
gem 'strscan', '3.0.1'
|
||||||
gem 'stringio', '3.0.1'
|
gem 'stringio', '3.0.5'
|
||||||
|
|||||||
48
Gemfile.lock
48
Gemfile.lock
@ -72,13 +72,13 @@ GEM
|
|||||||
execjs (~> 2)
|
execjs (~> 2)
|
||||||
bcrypt (3.1.16)
|
bcrypt (3.1.16)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bootsnap (1.13.0)
|
bootsnap (1.16.0)
|
||||||
msgpack (~> 1.2)
|
msgpack (~> 1.2)
|
||||||
bootstrap (5.1.3)
|
bootstrap (5.1.3)
|
||||||
autoprefixer-rails (>= 9.1.0)
|
autoprefixer-rails (>= 9.1.0)
|
||||||
popper_js (>= 2.9.3, < 3)
|
popper_js (>= 2.9.3, < 3)
|
||||||
sassc-rails (>= 2.0.0)
|
sassc-rails (>= 2.0.0)
|
||||||
bootstrap_form (5.0.0)
|
bootstrap_form (5.1.0)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activemodel (>= 5.2)
|
activemodel (>= 5.2)
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
@ -89,7 +89,7 @@ GEM
|
|||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.2.0)
|
||||||
crack (0.4.5)
|
crack (0.4.5)
|
||||||
rexml
|
rexml
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
@ -102,7 +102,7 @@ GEM
|
|||||||
diff-lcs (1.5.0)
|
diff-lcs (1.5.0)
|
||||||
diffy (3.4.2)
|
diffy (3.4.2)
|
||||||
digest (3.1.0)
|
digest (3.1.0)
|
||||||
erubi (1.11.0)
|
erubi (1.12.0)
|
||||||
execjs (2.8.1)
|
execjs (2.8.1)
|
||||||
faraday (1.9.3)
|
faraday (1.9.3)
|
||||||
faraday-em_http (~> 1.0)
|
faraday-em_http (~> 1.0)
|
||||||
@ -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.0)
|
font-awesome-sass (6.2.1)
|
||||||
sassc (~> 2.0)
|
sassc (~> 2.0)
|
||||||
globalid (1.0.0)
|
globalid (1.0.1)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 5.0)
|
||||||
hashdiff (1.0.1)
|
hashdiff (1.0.1)
|
||||||
hashie (5.0.0)
|
hashie (5.0.0)
|
||||||
@ -139,7 +139,7 @@ GEM
|
|||||||
jbuilder (2.11.5)
|
jbuilder (2.11.5)
|
||||||
actionview (>= 5.0.0)
|
actionview (>= 5.0.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
jquery-rails (4.4.0)
|
jquery-rails (4.5.1)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
@ -147,7 +147,7 @@ GEM
|
|||||||
listen (3.7.1)
|
listen (3.7.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.19.0)
|
loofah (2.19.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
@ -155,13 +155,13 @@ GEM
|
|||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
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.1)
|
||||||
minitest (5.16.3)
|
minitest (5.17.0)
|
||||||
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)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.5)
|
||||||
net-http (0.2.0)
|
net-http (0.2.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
uri
|
uri
|
||||||
@ -180,7 +180,7 @@ GEM
|
|||||||
net-protocol
|
net-protocol
|
||||||
timeout
|
timeout
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.9)
|
nokogiri (1.14.2)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
oauth2 (1.4.7)
|
oauth2 (1.4.7)
|
||||||
@ -209,8 +209,8 @@ GEM
|
|||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
puma (6.0.0)
|
puma (6.0.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.6.0)
|
racc (1.6.2)
|
||||||
rack (2.2.4)
|
rack (2.2.6.2)
|
||||||
rack-protection (3.0.3)
|
rack-protection (3.0.3)
|
||||||
rack
|
rack
|
||||||
rack-test (2.0.2)
|
rack-test (2.0.2)
|
||||||
@ -236,8 +236,8 @@ 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.4.3)
|
rails-html-sanitizer (1.5.0)
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.19, >= 2.19.1)
|
||||||
rails-i18n (7.0.6)
|
rails-i18n (7.0.6)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 6.0.0, < 8)
|
railties (>= 6.0.0, < 8)
|
||||||
@ -278,7 +278,7 @@ GEM
|
|||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.5.3)
|
sqlite3 (1.5.3)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
stringio (3.0.1)
|
stringio (3.0.5)
|
||||||
strscan (3.0.1)
|
strscan (3.0.1)
|
||||||
thor (1.2.1)
|
thor (1.2.1)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
@ -286,7 +286,7 @@ GEM
|
|||||||
turbolinks (5.2.1)
|
turbolinks (5.2.1)
|
||||||
turbolinks-source (~> 5.2)
|
turbolinks-source (~> 5.2)
|
||||||
turbolinks-source (5.2.0)
|
turbolinks-source (5.2.0)
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
@ -308,7 +308,7 @@ GEM
|
|||||||
will_paginate (3.3.1)
|
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.6.6)
|
zeitwerk (2.6.7)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -316,16 +316,16 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bootsnap
|
bootsnap
|
||||||
bootstrap (~> 5.1.3)
|
bootstrap (~> 5.1.3)
|
||||||
bootstrap_form (~> 5.0)
|
bootstrap_form (~> 5.1)
|
||||||
coffee-rails (~> 5.0.0)
|
coffee-rails (~> 5.0.0)
|
||||||
devise (~> 4.8.0)
|
devise (~> 4.8.0)
|
||||||
diff-lcs
|
diff-lcs
|
||||||
diffy
|
diffy
|
||||||
font-awesome-sass (~> 6.2.0)
|
font-awesome-sass (~> 6.2.1)
|
||||||
jbuilder (~> 2.11.3)
|
jbuilder (~> 2.11.3)
|
||||||
jquery-rails (~> 4.4.0)
|
jquery-rails (~> 4.5.1)
|
||||||
listen (~> 3.7.0)
|
listen (~> 3.7.0)
|
||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5.5)
|
||||||
net-http
|
net-http
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-github
|
omniauth-github
|
||||||
@ -337,7 +337,7 @@ DEPENDENCIES
|
|||||||
sassc-rails (~> 2.1.2)
|
sassc-rails (~> 2.1.2)
|
||||||
sdoc (~> 2.4.0)
|
sdoc (~> 2.4.0)
|
||||||
sqlite3 (~> 1.5.3)
|
sqlite3 (~> 1.5.3)
|
||||||
stringio (= 3.0.1)
|
stringio (= 3.0.5)
|
||||||
strscan (= 3.0.1)
|
strscan (= 3.0.1)
|
||||||
turbolinks (~> 5.2.1)
|
turbolinks (~> 5.2.1)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user