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
cdfc4cfa
Commit
cdfc4cfa
authored
Jun 05, 2012
by
Juanjo Bazán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Rails version in all Appraisals
parent
24d14397
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
Appraisals
+3
-3
gemfiles/3.0.gemfile
+2
-1
gemfiles/3.1.gemfile
+2
-1
gemfiles/3.2.gemfile
+2
-1
No files found.
Appraisals
View file @
cdfc4cfa
appraise "3.0" do
gem "rails", "~> 3.0.1
2
"
gem "rails", "~> 3.0.1
3
"
gem "paperclip", :path => "../"
end
appraise "3.1" do
gem "rails", "~> 3.1.
4
"
gem "rails", "~> 3.1.
5
"
gem "paperclip", :path => "../"
end
appraise "3.2" do
gem "rails", "~> 3.2.
3
"
gem "rails", "~> 3.2.
5
"
gem "paperclip", :path => "../"
end
gemfiles/3.0.gemfile
View file @
cdfc4cfa
...
...
@@ -5,7 +5,7 @@ source "http://rubygems.org"
gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "sqlite3", :platform=>:ruby
gem "rails", "~> 3.0.1
2
"
gem "rails", "~> 3.0.1
3
"
gem "paperclip", :path=>"../"
gemspec :path=>"../"
\ No newline at end of file
gemfiles/3.1.gemfile
View file @
cdfc4cfa
...
...
@@ -5,7 +5,7 @@ source "http://rubygems.org"
gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "sqlite3", :platform=>:ruby
gem "rails", "~> 3.1.
4
"
gem "rails", "~> 3.1.
5
"
gem "paperclip", :path=>"../"
gemspec :path=>"../"
\ No newline at end of file
gemfiles/3.2.gemfile
View file @
cdfc4cfa
...
...
@@ -5,7 +5,7 @@ source "http://rubygems.org"
gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "sqlite3", :platform=>:ruby
gem "rails", "~> 3.2.
3
"
gem "rails", "~> 3.2.
5
"
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