Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
207c7c8c
Commit
207c7c8c
authored
6 years ago
by
Matthias Fechner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Security update of rails to version 4.2.11.
parent
c3c25174
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Gemfile
Gemfile
+1
-1
Gemfile.rails4.lock
Gemfile.rails4.lock
+10
-10
No files found.
Gemfile
View file @
207c7c8c
...
...
@@ -5,7 +5,7 @@ end
gem_versions
=
{}
gem_versions
[
'activerecord_sane_schema_dumper'
]
=
rails5?
?
'1.0'
:
'0.2'
gem_versions
[
'rails'
]
=
rails5?
?
'5.0.7'
:
'4.2.1
0
'
gem_versions
[
'rails'
]
=
rails5?
?
'5.0.7'
:
'4.2.1
1
'
gem_versions
[
'rails-i18n'
]
=
rails5?
?
'~> 5.1'
:
'~> 4.0.9'
# The 2.0.6 version of rack requires monkeypatch to be present in
...
...
This diff is collapsed.
Click to expand it.
Gemfile.rails4.lock
View file @
207c7c8c
...
...
@@ -618,16 +618,16 @@ GEM
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.1
0
)
actionmailer (= 4.2.1
0
)
actionpack (= 4.2.1
0
)
actionview (= 4.2.1
0
)
activejob (= 4.2.1
0
)
activemodel (= 4.2.1
0
)
activerecord (= 4.2.1
0
)
activesupport (= 4.2.1
0
)
rails (4.2.1
1
)
actionmailer (= 4.2.1
1
)
actionpack (= 4.2.1
1
)
actionview (= 4.2.1
1
)
activejob (= 4.2.1
1
)
activemodel (= 4.2.1
1
)
activerecord (= 4.2.1
1
)
activesupport (= 4.2.1
1
)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.1
0
)
railties (= 4.2.1
1
)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
...
...
@@ -1084,7 +1084,7 @@ DEPENDENCIES
rack-cors (~> 1.0.0)
rack-oauth2 (~> 1.2.1)
rack-proxy (~> 0.6.0)
rails (= 4.2.1
0
)
rails (= 4.2.1
1
)
rails-deprecated_sanitizer (~> 1.0.3)
rails-i18n (~> 4.0.9)
rainbow (~> 3.0)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment