mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 16:46:42 +01:00
Compare commits
5 Commits
a6c52c7cfc
...
0a5814c6a7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a5814c6a7 | ||
| 2cda24dcdb | |||
| 7db0dfe75c | |||
|
|
555e11e7b7 | ||
|
|
a17827e1ec |
4
Gemfile
4
Gemfile
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '6.0.3.4'
|
gem 'rails', '6.1.0'
|
||||||
# Use sqlite3 as the database for Active Record
|
# Use sqlite3 as the database for Active Record
|
||||||
gem 'sqlite3', '~> 1.4.1'
|
gem 'sqlite3', '~> 1.4.1'
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ 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
|
||||||
gem 'jbuilder', '~> 2.10.1'
|
gem 'jbuilder', '~> 2.10.1'
|
||||||
# bundle exec rake doc:rails generates the API under doc/api.
|
# bundle exec rake doc:rails generates the API under doc/api.
|
||||||
gem 'sdoc', '~> 2.0.2', group: :doc
|
gem 'sdoc', '~> 2.0.3', group: :doc
|
||||||
|
|
||||||
gem 'web-console', '~> 4.1.0', group: :development
|
gem 'web-console', '~> 4.1.0', group: :development
|
||||||
|
|
||||||
|
|||||||
149
Gemfile.lock
149
Gemfile.lock
@ -1,61 +1,65 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.0.3.4)
|
actioncable (6.1.0)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.1.0)
|
||||||
|
activesupport (= 6.1.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.0.3.4)
|
actionmailbox (6.1.0)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.1.0)
|
||||||
activejob (= 6.0.3.4)
|
activejob (= 6.1.0)
|
||||||
activerecord (= 6.0.3.4)
|
activerecord (= 6.1.0)
|
||||||
activestorage (= 6.0.3.4)
|
activestorage (= 6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.0.3.4)
|
actionmailer (6.1.0)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.1.0)
|
||||||
actionview (= 6.0.3.4)
|
actionview (= 6.1.0)
|
||||||
activejob (= 6.0.3.4)
|
activejob (= 6.1.0)
|
||||||
|
activesupport (= 6.1.0)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (6.0.3.4)
|
actionpack (6.1.0)
|
||||||
actionview (= 6.0.3.4)
|
actionview (= 6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
rack (~> 2.0, >= 2.0.8)
|
rack (~> 2.0, >= 2.0.9)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actiontext (6.0.3.4)
|
actiontext (6.1.0)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.1.0)
|
||||||
activerecord (= 6.0.3.4)
|
activerecord (= 6.1.0)
|
||||||
activestorage (= 6.0.3.4)
|
activestorage (= 6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.0.3.4)
|
actionview (6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activejob (6.0.3.4)
|
activejob (6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.0.3.4)
|
activemodel (6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
activerecord (6.0.3.4)
|
activerecord (6.1.0)
|
||||||
activemodel (= 6.0.3.4)
|
activemodel (= 6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
activestorage (6.0.3.4)
|
activestorage (6.1.0)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.1.0)
|
||||||
activejob (= 6.0.3.4)
|
activejob (= 6.1.0)
|
||||||
activerecord (= 6.0.3.4)
|
activerecord (= 6.1.0)
|
||||||
|
activesupport (= 6.1.0)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (6.0.3.4)
|
mimemagic (~> 0.3.2)
|
||||||
|
activesupport (6.1.0)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 2.0)
|
||||||
zeitwerk (~> 2.2, >= 2.2.2)
|
zeitwerk (~> 2.3)
|
||||||
addressable (2.7.0)
|
addressable (2.7.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
autoprefixer-rails (10.0.2.0)
|
autoprefixer-rails (10.0.2.0)
|
||||||
@ -93,7 +97,7 @@ GEM
|
|||||||
diff-lcs (1.4.4)
|
diff-lcs (1.4.4)
|
||||||
diffy (3.4.0)
|
diffy (3.4.0)
|
||||||
docile (1.3.2)
|
docile (1.3.2)
|
||||||
erubi (1.9.0)
|
erubi (1.10.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
faraday (1.0.0)
|
faraday (1.0.0)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
@ -104,7 +108,7 @@ GEM
|
|||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
hashdiff (1.0.1)
|
hashdiff (1.0.1)
|
||||||
hashie (4.1.0)
|
hashie (4.1.0)
|
||||||
i18n (1.8.5)
|
i18n (1.8.7)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jbuilder (2.10.1)
|
jbuilder (2.10.1)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
@ -113,7 +117,7 @@ GEM
|
|||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jwt (2.2.1)
|
jwt (2.2.1)
|
||||||
loofah (2.7.0)
|
loofah (2.8.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)
|
||||||
@ -123,16 +127,17 @@ GEM
|
|||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mimemagic (0.3.5)
|
mimemagic (0.3.5)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.5.0)
|
||||||
minitest (5.14.2)
|
minitest (5.14.3)
|
||||||
msgpack (1.3.3)
|
msgpack (1.3.3)
|
||||||
multi_json (1.14.1)
|
multi_json (1.14.1)
|
||||||
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.3)
|
||||||
nio4r (2.5.4)
|
nio4r (2.5.4)
|
||||||
nokogiri (1.10.10)
|
nokogiri (1.11.1)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.5.0)
|
||||||
|
racc (~> 1.4)
|
||||||
oauth2 (1.4.3)
|
oauth2 (1.4.3)
|
||||||
faraday (>= 0.8, < 2.0)
|
faraday (>= 0.8, < 2.0)
|
||||||
jwt (>= 1.0, < 3.0)
|
jwt (>= 1.0, < 3.0)
|
||||||
@ -151,23 +156,24 @@ GEM
|
|||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
popper_js (1.16.0)
|
popper_js (1.16.0)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
|
racc (1.5.2)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (6.0.3.4)
|
rails (6.1.0)
|
||||||
actioncable (= 6.0.3.4)
|
actioncable (= 6.1.0)
|
||||||
actionmailbox (= 6.0.3.4)
|
actionmailbox (= 6.1.0)
|
||||||
actionmailer (= 6.0.3.4)
|
actionmailer (= 6.1.0)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.1.0)
|
||||||
actiontext (= 6.0.3.4)
|
actiontext (= 6.1.0)
|
||||||
actionview (= 6.0.3.4)
|
actionview (= 6.1.0)
|
||||||
activejob (= 6.0.3.4)
|
activejob (= 6.1.0)
|
||||||
activemodel (= 6.0.3.4)
|
activemodel (= 6.1.0)
|
||||||
activerecord (= 6.0.3.4)
|
activerecord (= 6.1.0)
|
||||||
activestorage (= 6.0.3.4)
|
activestorage (= 6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 6.0.3.4)
|
railties (= 6.1.0)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-controller-testing (1.0.5)
|
rails-controller-testing (1.0.5)
|
||||||
actionpack (>= 5.0.1.rc1)
|
actionpack (>= 5.0.1.rc1)
|
||||||
@ -181,13 +187,13 @@ GEM
|
|||||||
rails-i18n (6.0.0)
|
rails-i18n (6.0.0)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 6.0.0, < 7)
|
railties (>= 6.0.0, < 7)
|
||||||
railties (6.0.3.4)
|
railties (6.1.0)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.1.0)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.1.0)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.20.3, < 2.0)
|
thor (~> 1.0)
|
||||||
rake (13.0.1)
|
rake (13.0.3)
|
||||||
rdoc (6.2.1)
|
rdoc (6.2.1)
|
||||||
responders (3.0.1)
|
responders (3.0.1)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
@ -200,7 +206,7 @@ GEM
|
|||||||
sprockets (> 3.0)
|
sprockets (> 3.0)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
tilt
|
tilt
|
||||||
sdoc (2.0.2)
|
sdoc (2.0.3)
|
||||||
rdoc (>= 5.0)
|
rdoc (>= 5.0)
|
||||||
simplecov (0.18.1)
|
simplecov (0.18.1)
|
||||||
docile (~> 1.1)
|
docile (~> 1.1)
|
||||||
@ -215,13 +221,12 @@ GEM
|
|||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.4.2)
|
sqlite3 (1.4.2)
|
||||||
thor (1.0.1)
|
thor (1.0.1)
|
||||||
thread_safe (0.3.6)
|
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
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 (1.2.8)
|
tzinfo (2.0.4)
|
||||||
thread_safe (~> 0.1)
|
concurrent-ruby (~> 1.0)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
@ -241,7 +246,7 @@ GEM
|
|||||||
will_paginate (3.3.0)
|
will_paginate (3.3.0)
|
||||||
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.1)
|
zeitwerk (2.4.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -261,11 +266,11 @@ DEPENDENCIES
|
|||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5.2)
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-github
|
omniauth-github
|
||||||
rails (= 6.0.3.4)
|
rails (= 6.1.0)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n (~> 6.0.0)
|
rails-i18n (~> 6.0.0)
|
||||||
sassc-rails (~> 2.1.2)
|
sassc-rails (~> 2.1.2)
|
||||||
sdoc (~> 2.0.2)
|
sdoc (~> 2.0.3)
|
||||||
sqlite3 (~> 1.4.1)
|
sqlite3 (~> 1.4.1)
|
||||||
turbolinks (~> 5.2.1)
|
turbolinks (~> 5.2.1)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user