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:
parent
430c457543
commit
bdf36610b1
3 changed files with 0 additions and 28 deletions
|
@ -3,10 +3,6 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- ree
|
- ree
|
||||||
- jruby-18mode
|
- jruby-18mode
|
||||||
gemfile:
|
|
||||||
- gemfiles/Gemfile-rails.3.0.x
|
|
||||||
- gemfiles/Gemfile-rails.3.1.x
|
|
||||||
- Gemfile
|
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- jose.valim@plataformatec.com.br
|
- jose.valim@plataformatec.com.br
|
||||||
|
|
|
@ -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'
|
|
|
@ -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'
|
|
Loading…
Reference in a new issue