Skip to content

Commit

Permalink
Only support Ruby >= 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 2, 2013
1 parent 222f63a commit 6561c33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ env:
- DB=mysql
rvm:
- 2.0.0
- 1.9.3
- rbx-19mode
- jruby-19mode
2 changes: 1 addition & 1 deletion core/refinerycms-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")

s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.0.0'

s.add_dependency 'refinerycms-i18n', '~> 3.0.0.dev'
s.add_dependency 'awesome_nested_set', '~> 3.0.0.rc.1'
Expand Down
6 changes: 3 additions & 3 deletions templates/refinery/edge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

append_file 'Gemfile' do
"
gem 'refinerycms', github: 'refinery/refinerycms', branch: 'master'
gem 'refinerycms', path: '/code/parndt/refinerycms'#github: 'refinery/refinerycms', branch: 'master'
gem 'refinerycms-i18n', path: '/code/refinerycms/refinerycms-i18n'#github: 'refinery/refinerycms-i18n', branch: 'master'
# Optionally, specify additional Refinery CMS Extensions here:
gem 'refinerycms-acts-as-indexed', '~> 1.0.0'
# gem 'refinerycms-acts-as-indexed', '~> 1.0.0'
# gem 'refinerycms-blog', github: 'refinery/refinerycms-blog', branch: 'master'
# gem 'refinerycms-inquiries', github: 'refinery/refinerycms-inquiries', branch: 'master'
# gem 'refinerycms-search', github: 'refinery/refinerycms-search', branch: 'master'
Expand Down

0 comments on commit 6561c33

Please sign in to comment.