1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot-preview[bot]
a6c52c7cfc
Bump rails from 6.0.3.4 to 6.1.0
Bumps [rails](https://github.com/rails/rails) from 6.0.3.4 to 6.1.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v6.0.3.4...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-10 05:51:57 +00:00
2 changed files with 10 additions and 12 deletions

View File

@ -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.3', group: :doc
gem 'sdoc', '~> 2.0.2', group: :doc
gem 'web-console', '~> 4.1.0', group: :development

View File

@ -108,7 +108,7 @@ GEM
activesupport (>= 4.2.0)
hashdiff (1.0.1)
hashie (4.1.0)
i18n (1.8.7)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
activesupport (>= 5.0.0)
@ -127,17 +127,16 @@ GEM
method_source (1.0.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
mini_portile2 (2.4.0)
minitest (5.14.2)
msgpack (1.3.3)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
mysql2 (0.5.3)
nio4r (2.5.4)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.3)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
@ -156,7 +155,6 @@ GEM
orm_adapter (0.5.0)
popper_js (1.16.0)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
@ -193,7 +191,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (~> 1.0)
rake (13.0.3)
rake (13.0.1)
rdoc (6.2.1)
responders (3.0.1)
actionpack (>= 5.0)
@ -206,7 +204,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sdoc (2.0.3)
sdoc (2.0.2)
rdoc (>= 5.0)
simplecov (0.18.1)
docile (~> 1.1)
@ -225,7 +223,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.4)
tzinfo (2.0.3)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
@ -270,7 +268,7 @@ DEPENDENCIES
rails-controller-testing
rails-i18n (~> 6.0.0)
sassc-rails (~> 2.1.2)
sdoc (~> 2.0.3)
sdoc (~> 2.0.2)
sqlite3 (~> 1.4.1)
turbolinks (~> 5.2.1)
tzinfo-data