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
Tatuya Kamada
gitlab-ce
Commits
fb4f1715
Commit
fb4f1715
authored
Mar 19, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rails up to 3.2.13
parent
8ec01e0b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
34 deletions
+34
-34
Gemfile
Gemfile
+2
-2
Gemfile.lock
Gemfile.lock
+32
-32
No files found.
Gemfile
View file @
fb4f1715
...
...
@@ -8,7 +8,7 @@ def linux_only(require_as)
RUBY_PLATFORM
.
include?
(
'linux'
)
&&
require_as
end
gem
"
rails
"
,
"3.2.1
2
"
gem
"
rails
"
,
"3.2.1
3
"
# Supported DBs
gem
"
mysql2
"
,
group: :mysql
...
...
Gemfile.lock
View file @
fb4f1715
...
...
@@ -32,12 +32,12 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.1
2
)
actionpack (= 3.2.1
2
)
mail (~> 2.
4.4
)
actionpack (3.2.1
2
)
activemodel (= 3.2.1
2
)
activesupport (= 3.2.1
2
)
actionmailer (3.2.1
3
)
actionpack (= 3.2.1
3
)
mail (~> 2.
5.3
)
actionpack (3.2.1
3
)
activemodel (= 3.2.1
3
)
activesupport (= 3.2.1
3
)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
...
...
@@ -45,19 +45,19 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.1
2
)
activesupport (= 3.2.1
2
)
activemodel (3.2.1
3
)
activesupport (= 3.2.1
3
)
builder (~> 3.0.0)
activerecord (3.2.1
2
)
activemodel (= 3.2.1
2
)
activesupport (= 3.2.1
2
)
activerecord (3.2.1
3
)
activemodel (= 3.2.1
3
)
activesupport (= 3.2.1
3
)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.1
2
)
activemodel (= 3.2.1
2
)
activesupport (= 3.2.1
2
)
activesupport (3.2.1
2
)
i18n (
~> 0.6
)
activeresource (3.2.1
3
)
activemodel (= 3.2.1
3
)
activesupport (= 3.2.1
3
)
activesupport (3.2.1
3
)
i18n (
= 0.6.1
)
multi_json (~> 1.0)
acts-as-taggable-on (2.3.3)
rails (~> 3.0)
...
...
@@ -226,7 +226,7 @@ GEM
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
httpauth (0.2.0)
i18n (0.6.
4
)
i18n (0.6.
1
)
journey (1.0.4)
jquery-atwho-rails (0.1.7)
jquery-rails (2.1.3)
...
...
@@ -249,7 +249,7 @@ GEM
libv8 (3.3.10.4)
listen (0.5.3)
lumberjack (1.0.2)
mail (2.
4.4
)
mail (2.
5.3
)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
...
...
@@ -257,7 +257,7 @@ GEM
mime-types (1.21)
modernizr (2.6.2)
sprockets (~> 2.0)
multi_json (1.
6
.1)
multi_json (1.
7
.1)
multi_xml (0.5.3)
multipart-post (1.1.5)
mustache (0.99.4)
...
...
@@ -323,14 +323,14 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.1
2
)
actionmailer (= 3.2.1
2
)
actionpack (= 3.2.1
2
)
activerecord (= 3.2.1
2
)
activeresource (= 3.2.1
2
)
activesupport (= 3.2.1
2
)
rails (3.2.1
3
)
actionmailer (= 3.2.1
3
)
actionpack (= 3.2.1
3
)
activerecord (= 3.2.1
3
)
activeresource (= 3.2.1
3
)
activesupport (= 3.2.1
3
)
bundler (~> 1.0)
railties (= 3.2.1
2
)
railties (= 3.2.1
3
)
rails-dev-tweaks (0.6.1)
actionpack (~> 3.1)
railties (~> 3.1)
...
...
@@ -342,9 +342,9 @@ GEM
erubis
i18n
progressbar
railties (3.2.1
2
)
actionpack (= 3.2.1
2
)
activesupport (= 3.2.1
2
)
railties (3.2.1
3
)
actionpack (= 3.2.1
3
)
activesupport (= 3.2.1
3
)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
...
...
@@ -464,12 +464,12 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.17.0)
tilt (1.3.
4
)
tilt (1.3.
6
)
timers (1.1.0)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.3
5
)
tzinfo (0.3.3
7
)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
...
...
@@ -553,7 +553,7 @@ DEPENDENCIES
pry
quiet_assets (~> 1.0.1)
rack-mini-profiler
rails (= 3.2.1
2
)
rails (= 3.2.1
3
)
rails-dev-tweaks
rails_best_practices
raphael-rails!
...
...
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