Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
77c52684
Commit
77c52684
authored
Feb 17, 2012
by
Prem Sichanugrist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Rails dependency, add Rails 3.2.x
parent
4b795307
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
5 deletions
+22
-5
.travis.yml
+1
-0
Appraisals
+6
-0
Gemfile.lock
+5
-5
gemfiles/rails3_2.gemfile
+10
-0
No files found.
.travis.yml
View file @
77c52684
...
...
@@ -11,3 +11,4 @@ gemfile:
-
gemfiles/rails2.gemfile
-
gemfiles/rails3.gemfile
-
gemfiles/rails3_1.gemfile
-
gemfiles/rails3_2.gemfile
Appraisals
View file @
77c52684
...
...
@@ -12,3 +12,9 @@ appraise "rails3_1" do
gem "rails", "~> 3.1.0"
gem "paperclip", :path => "../"
end
appraise "rails3_2" do
gem "rails", "~> 3.2.0"
gem "paperclip", :path => "../"
end
Gemfile.lock
View file @
77c52684
...
...
@@ -21,7 +21,7 @@ GEM
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.4.
0
)
appraisal (0.4.
1
)
bundler
rake
arel (3.0.0)
...
...
@@ -31,7 +31,7 @@ GEM
cucumber (>= 1.0.2)
rdiscount (>= 1.6.8)
rspec (>= 2.6.0)
aws-sdk (1.
2.1
)
aws-sdk (1.
3.4
)
httparty (~> 0.7)
json (~> 1.4)
nokogiri (>= 1.4.4)
...
...
@@ -76,13 +76,13 @@ GEM
multi_json
multi_xml
i18n (0.6.0)
json (1.6.
3
)
json (1.6.
5
)
json_pure (1.6.1)
metaclass (0.0.1)
mime-types (1.16)
mocha (0.10.0)
metaclass (~> 0.0.1)
multi_json (1.0.
3
)
multi_json (1.0.
4
)
multi_xml (0.4.1)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
...
...
@@ -91,7 +91,7 @@ GEM
rack (1.3.3)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2)
rake (0.9.2
.2
)
rdiscount (1.6.8)
rspec (2.6.0)
rspec-core (~> 2.6.0)
...
...
gemfiles/rails3_2.gemfile
0 → 100644
View file @
77c52684
# This file was generated by Appraisal
source "http://rubygems.org"
gem "jruby-openssl", :platform=>:jruby
gem "rails", "~> 3.2.0"
gem "paperclip", :path=>"../"
gemspec :path=>"../"
\ No newline at end of file
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