mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-13 01:36:42 +01:00
Compare commits
6 Commits
5b46db5485
...
58fec99824
| Author | SHA1 | Date | |
|---|---|---|---|
| 58fec99824 | |||
| 10259ef7c5 | |||
| 52e5ffee22 | |||
|
|
ee88d9efa9 | ||
|
|
169b1a44d2 | ||
|
|
c2cfb6e25f |
4
Gemfile
4
Gemfile
@ -32,11 +32,11 @@ gem 'jquery-rails', '~> 4.4.0'
|
||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||
gem 'turbolinks', '~> 5.2.1'
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
gem 'jbuilder', '~> 2.11.2'
|
||||
gem 'jbuilder', '~> 2.11.3'
|
||||
# bundle exec rake doc:rails generates the API under doc/api.
|
||||
gem 'sdoc', '~> 2.2.0', group: :doc
|
||||
|
||||
gem 'web-console', '~> 4.1.0', group: :development
|
||||
gem 'web-console', '~> 4.2.0', group: :development
|
||||
gem 'listen', '~> 3.7.0', group: :development
|
||||
|
||||
gem 'bootstrap', '~> 5.0.1'
|
||||
|
||||
16
Gemfile.lock
16
Gemfile.lock
@ -66,7 +66,7 @@ GEM
|
||||
execjs (< 2.8.0)
|
||||
bcrypt (3.1.16)
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.9.1)
|
||||
bootsnap (1.9.3)
|
||||
msgpack (~> 1.0)
|
||||
bootstrap (5.0.1)
|
||||
autoprefixer-rails (>= 9.1.0)
|
||||
@ -113,9 +113,9 @@ GEM
|
||||
activesupport (>= 5.0)
|
||||
hashdiff (1.0.1)
|
||||
hashie (4.1.0)
|
||||
i18n (1.8.10)
|
||||
i18n (1.8.11)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jbuilder (2.11.2)
|
||||
jbuilder (2.11.3)
|
||||
activesupport (>= 5.0.0)
|
||||
jquery-rails (4.4.0)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
@ -168,7 +168,7 @@ GEM
|
||||
public_suffix (4.0.6)
|
||||
puma (5.5.2)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.5.2)
|
||||
racc (1.6.0)
|
||||
rack (2.2.3)
|
||||
rack-protection (2.1.0)
|
||||
rack
|
||||
@ -246,7 +246,7 @@ GEM
|
||||
execjs (>= 0.3.0, < 3)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
web-console (4.1.0)
|
||||
web-console (4.2.0)
|
||||
actionview (>= 6.0.0)
|
||||
activemodel (>= 6.0.0)
|
||||
bindex (>= 0.4.0)
|
||||
@ -261,7 +261,7 @@ GEM
|
||||
will_paginate (3.3.1)
|
||||
will_paginate-bootstrap4 (0.2.2)
|
||||
will_paginate (~> 3.0, >= 3.0.0)
|
||||
zeitwerk (2.4.2)
|
||||
zeitwerk (2.5.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@ -275,7 +275,7 @@ DEPENDENCIES
|
||||
diff-lcs
|
||||
diffy
|
||||
font-awesome-sass (~> 5.15.1)
|
||||
jbuilder (~> 2.11.2)
|
||||
jbuilder (~> 2.11.3)
|
||||
jquery-rails (~> 4.4.0)
|
||||
listen (~> 3.7.0)
|
||||
mysql2 (~> 0.5.2)
|
||||
@ -292,7 +292,7 @@ DEPENDENCIES
|
||||
turbolinks (~> 5.2.1)
|
||||
tzinfo-data
|
||||
uglifier (~> 4.2.0)
|
||||
web-console (~> 4.1.0)
|
||||
web-console (~> 4.2.0)
|
||||
webmock
|
||||
will_paginate (~> 3.3.1)
|
||||
will_paginate-bootstrap4 (~> 0.2.2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user