mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Compare commits
No commits in common. "132828483c47723b17a3804aba1b3d1939cf4156" and "1e68cdcbb335582bf11865954e868d3ddf0d608d" have entirely different histories.
132828483c
...
1e68cdcbb3
2
Gemfile
2
Gemfile
@ -32,7 +32,7 @@ gem 'turbolinks', '~> 5.2.1'
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
gem 'jbuilder', '~> 2.10.1'
|
||||
# bundle exec rake doc:rails generates the API under doc/api.
|
||||
gem 'sdoc', '~> 2.0.2', group: :doc
|
||||
gem 'sdoc', '~> 2.0.0', group: :doc
|
||||
|
||||
gem 'web-console', '~> 4.1.0', group: :development
|
||||
|
||||
|
||||
@ -62,7 +62,7 @@ GEM
|
||||
execjs
|
||||
bcrypt (3.1.16)
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.5.1)
|
||||
bootsnap (1.5.0)
|
||||
msgpack (~> 1.0)
|
||||
bootstrap (4.5.2)
|
||||
autoprefixer-rails (>= 9.1.0)
|
||||
@ -200,7 +200,7 @@ GEM
|
||||
sprockets (> 3.0)
|
||||
sprockets-rails
|
||||
tilt
|
||||
sdoc (2.0.2)
|
||||
sdoc (2.0.0)
|
||||
rdoc (>= 5.0)
|
||||
simplecov (0.18.1)
|
||||
docile (~> 1.1)
|
||||
@ -231,7 +231,7 @@ GEM
|
||||
activemodel (>= 6.0.0)
|
||||
bindex (>= 0.4.0)
|
||||
railties (>= 6.0.0)
|
||||
webmock (3.10.0)
|
||||
webmock (3.9.4)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff (>= 0.4.0, < 2.0.0)
|
||||
@ -265,7 +265,7 @@ DEPENDENCIES
|
||||
rails-controller-testing
|
||||
rails-i18n (~> 6.0.0)
|
||||
sassc-rails (~> 2.1.2)
|
||||
sdoc (~> 2.0.2)
|
||||
sdoc (~> 2.0.0)
|
||||
sqlite3 (~> 1.4.1)
|
||||
turbolinks (~> 5.2.1)
|
||||
tzinfo-data
|
||||
|
||||
Loading…
Reference in New Issue
Block a user