1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Remove the test gemfiles

This commit is contained in:
Rafael Mendonça França 2012-12-26 21:14:21 -03:00
parent 430c457543
commit bdf36610b1
3 changed files with 0 additions and 28 deletions

View file

@ -3,10 +3,6 @@ rvm:
- 1.9.3
- ree
- jruby-18mode
gemfile:
- gemfiles/Gemfile-rails.3.0.x
- gemfiles/Gemfile-rails.3.1.x
- Gemfile
notifications:
recipients:
- jose.valim@plataformatec.com.br

View file

@ -1,12 +0,0 @@
source :rubygems
gem 'simple_form', :path => '..'
gem 'country_select'
gem 'railties', '~> 3.0.0'
gem 'activemodel', '~> 3.0.0'
gem 'actionpack', '~> 3.0.0'
gem 'rake'
gem 'rdoc'
gem 'mocha', :require => false
gem 'tzinfo'

View file

@ -1,12 +0,0 @@
source :rubygems
gem 'simple_form', :path => '..'
gem 'country_select'
gem 'railties', '~> 3.1.0'
gem 'activemodel', '~> 3.1.0'
gem 'actionpack', '~> 3.1.0'
gem 'rake'
gem 'rdoc'
gem 'mocha', :require => false
gem 'tzinfo'