Skip to content

Commit

Permalink
Add ruby2 support and maintain ruby 1.9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 21, 2013
1 parent 4815d2c commit c8c49cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0

env:
- DB=mysql
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ DEPENDENCIES
premailer
prototype-rails
pry-rails
psych (~> 1)
quiet_assets
rails (~> 3.2.12)
rails3-jquery-autocomplete
Expand Down
2 changes: 1 addition & 1 deletion fat_free_crm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'responds_to_parent', '>= 1.1.0'
gem.add_dependency 'rails3-jquery-autocomplete'
gem.add_dependency 'valium'
gem.add_dependency 'psych', '~> 1'
gem.add_dependency 'psych', '~> 1' if RUBY_VERSION.to_f < 2.0

# FatFreeCRM has released it's own versions of the following gems:
#-----------------------------------------------------------------
Expand Down

0 comments on commit c8c49cc

Please sign in to comment.