Skip to content

Commit

Permalink
RBX fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Jan 31, 2014
1 parent b6b7195 commit d604a2a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,8 +12,7 @@ rvm:
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
- rbx
gemfile:
- Gemfile.activerecord2
- Gemfile.activerecord3
Expand All @@ -22,6 +21,7 @@ matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx
exclude:
- gemfile: Gemfile.activerecord4
rvm: 1.8.7
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
@@ -1,2 +1,6 @@
source 'https://rubygems.org'
gemspec

platform :rbx do
gem 'rubysl'
end
4 changes: 4 additions & 0 deletions Gemfile.activerecord2
Expand Up @@ -3,3 +3,7 @@ gemspec

gem 'activerecord', '~> 2.1'
gem 'activerecord-mysql2-adapter', :platforms => [:ruby]

platform :rbx do
gem 'rubysl'
end
6 changes: 5 additions & 1 deletion Gemfile.activerecord3
@@ -1,4 +1,8 @@
source 'https://rubygems.org'
gemspec

gem 'activerecord', '~> 3.0'
gem 'activerecord', '~> 3.0'

platform :rbx do
gem 'rubysl'
end
4 changes: 4 additions & 0 deletions Gemfile.activerecord4
Expand Up @@ -2,3 +2,7 @@ source 'https://rubygems.org'
gemspec

gem 'activerecord', '~> 4.0'

platform :rbx do
gem 'rubysl'
end

0 comments on commit d604a2a

Please sign in to comment.