mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-15 10:36:41 +01:00
Compare commits
1 Commits
a61d3fdd50
...
6d0f292efe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d0f292efe |
2
Gemfile
2
Gemfile
@ -21,7 +21,7 @@ gem 'coffee-rails', '~> 5.0.0'
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
# gem 'therubyracer', platforms: :ruby
|
||||
|
||||
gem 'rails-i18n', '~> 6.0.0'
|
||||
gem 'rails-i18n', '~> 7.0.2'
|
||||
|
||||
gem 'rails-controller-testing'
|
||||
|
||||
|
||||
20
Gemfile.lock
20
Gemfile.lock
@ -113,7 +113,7 @@ GEM
|
||||
activesupport (>= 5.0)
|
||||
hashdiff (1.0.1)
|
||||
hashie (4.1.0)
|
||||
i18n (1.8.11)
|
||||
i18n (1.9.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jbuilder (2.11.3)
|
||||
activesupport (>= 5.0.0)
|
||||
@ -125,7 +125,7 @@ GEM
|
||||
listen (3.7.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
loofah (2.13.0)
|
||||
loofah (2.14.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.7.1)
|
||||
@ -133,7 +133,7 @@ GEM
|
||||
marcel (1.0.2)
|
||||
method_source (1.0.0)
|
||||
mini_mime (1.1.1)
|
||||
mini_portile2 (2.6.1)
|
||||
mini_portile2 (2.7.1)
|
||||
minitest (5.15.0)
|
||||
msgpack (1.4.2)
|
||||
multi_json (1.15.0)
|
||||
@ -141,8 +141,8 @@ GEM
|
||||
multipart-post (2.1.1)
|
||||
mysql2 (0.5.3)
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.12.5)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
nokogiri (1.13.1)
|
||||
mini_portile2 (~> 2.7.0)
|
||||
racc (~> 1.4)
|
||||
oauth2 (1.4.7)
|
||||
faraday (>= 0.8, < 2.0)
|
||||
@ -198,9 +198,9 @@ GEM
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.4.2)
|
||||
loofah (~> 2.3)
|
||||
rails-i18n (6.0.0)
|
||||
rails-i18n (7.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 7)
|
||||
railties (>= 6.0.0, < 8)
|
||||
railties (6.1.4.1)
|
||||
actionpack (= 6.1.4.1)
|
||||
activesupport (= 6.1.4.1)
|
||||
@ -235,7 +235,7 @@ GEM
|
||||
activesupport (>= 5.2)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.4.2)
|
||||
thor (1.1.0)
|
||||
thor (1.2.1)
|
||||
tilt (2.0.10)
|
||||
turbolinks (5.2.1)
|
||||
turbolinks-source (~> 5.2)
|
||||
@ -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.5.1)
|
||||
zeitwerk (2.5.4)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@ -285,7 +285,7 @@ DEPENDENCIES
|
||||
puma (~> 5.5)
|
||||
rails (= 6.1.4.1)
|
||||
rails-controller-testing
|
||||
rails-i18n (~> 6.0.0)
|
||||
rails-i18n (~> 7.0.2)
|
||||
sassc-rails (~> 2.1.2)
|
||||
sdoc (~> 2.2.0)
|
||||
sqlite3 (~> 1.4.1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user