mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-12 09:26:42 +01:00
Compare commits
1 Commits
bee86f5de2
...
67cdf78b0f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67cdf78b0f |
2
Gemfile
2
Gemfile
@ -73,4 +73,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
|||||||
# Silence net protocol warnings
|
# Silence net protocol warnings
|
||||||
# See https://github.com/rails/rails/pull/44175
|
# See https://github.com/rails/rails/pull/44175
|
||||||
gem 'net-http'
|
gem 'net-http'
|
||||||
gem 'uri', '0.10.0'
|
gem 'uri', '0.11.0'
|
||||||
|
|||||||
@ -291,7 +291,7 @@ GEM
|
|||||||
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)
|
||||||
uri (0.10.0)
|
uri (0.11.0)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.9)
|
rack (>= 2.0.9)
|
||||||
web-console (4.2.0)
|
web-console (4.2.0)
|
||||||
@ -341,7 +341,7 @@ DEPENDENCIES
|
|||||||
turbolinks (~> 5.2.1)
|
turbolinks (~> 5.2.1)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
uglifier (~> 4.2.0)
|
uglifier (~> 4.2.0)
|
||||||
uri (= 0.10.0)
|
uri (= 0.11.0)
|
||||||
web-console (~> 4.2.0)
|
web-console (~> 4.2.0)
|
||||||
webmock
|
webmock
|
||||||
will_paginate (~> 3.3.1)
|
will_paginate (~> 3.3.1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user