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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a4cbdbb1
Commit
a4cbdbb1
authored
Dec 04, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update rails to 3.2.16
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
640b913a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
28 deletions
+28
-28
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+27
-27
No files found.
Gemfile
View file @
a4cbdbb1
...
...
@@ -8,7 +8,7 @@ def linux_only(require_as)
RUBY_PLATFORM
.
include?
(
'linux'
)
&&
require_as
end
gem
"
rails
"
,
"3.2.1
5
"
gem
"
rails
"
,
"3.2.1
6
"
# Supported DBs
gem
"
mysql2
"
,
group: :mysql
...
...
Gemfile.lock
View file @
a4cbdbb1
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.1
5
)
actionpack (= 3.2.1
5
)
actionmailer (3.2.1
6
)
actionpack (= 3.2.1
6
)
mail (~> 2.5.4)
actionpack (3.2.1
5
)
activemodel (= 3.2.1
5
)
activesupport (= 3.2.1
5
)
actionpack (3.2.1
6
)
activemodel (= 3.2.1
6
)
activesupport (= 3.2.1
6
)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
...
...
@@ -14,18 +14,18 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.1
5
)
activesupport (= 3.2.1
5
)
activemodel (3.2.1
6
)
activesupport (= 3.2.1
6
)
builder (~> 3.0.0)
activerecord (3.2.1
5
)
activemodel (= 3.2.1
5
)
activesupport (= 3.2.1
5
)
activerecord (3.2.1
6
)
activemodel (= 3.2.1
6
)
activesupport (= 3.2.1
6
)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.1
5
)
activemodel (= 3.2.1
5
)
activesupport (= 3.2.1
5
)
activesupport (3.2.1
5
)
activeresource (3.2.1
6
)
activemodel (= 3.2.1
6
)
activesupport (= 3.2.1
6
)
activesupport (3.2.1
6
)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
acts-as-taggable-on (2.4.1)
...
...
@@ -34,7 +34,7 @@ GEM
annotate (2.6.0.beta2)
activerecord (>= 2.3.0)
rake (>= 0.8.7)
arel (3.0.
2
)
arel (3.0.
3
)
asciidoctor (0.1.3)
awesome_print (1.2.0)
backports (3.3.2)
...
...
@@ -235,7 +235,7 @@ GEM
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
httpauth (0.2.0)
i18n (0.6.
5
)
i18n (0.6.
9
)
jasmine (1.3.2)
jasmine-core (~> 1.3.1)
rack (~> 1.0)
...
...
@@ -345,14 +345,14 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.1
5
)
actionmailer (= 3.2.1
5
)
actionpack (= 3.2.1
5
)
activerecord (= 3.2.1
5
)
activeresource (= 3.2.1
5
)
activesupport (= 3.2.1
5
)
rails (3.2.1
6
)
actionmailer (= 3.2.1
6
)
actionpack (= 3.2.1
6
)
activerecord (= 3.2.1
6
)
activeresource (= 3.2.1
6
)
activesupport (= 3.2.1
6
)
bundler (~> 1.0)
railties (= 3.2.1
5
)
railties (= 3.2.1
6
)
rails-dev-tweaks (0.6.1)
actionpack (~> 3.1)
railties (~> 3.1)
...
...
@@ -365,9 +365,9 @@ GEM
i18n
require_all
ruby-progressbar
railties (3.2.1
5
)
actionpack (= 3.2.1
5
)
activesupport (= 3.2.1
5
)
railties (3.2.1
6
)
actionpack (= 3.2.1
6
)
activesupport (= 3.2.1
6
)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
...
...
@@ -611,7 +611,7 @@ DEPENDENCIES
quiet_assets (~> 1.0.1)
rack-attack
rack-mini-profiler
rails (= 3.2.1
5
)
rails (= 3.2.1
6
)
rails-dev-tweaks
rails_best_practices
raphael-rails (~> 2.1.2)
...
...
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