去掉测试gem
This commit is contained in:
parent
4536680acc
commit
26b92a925f
10
Gemfile
10
Gemfile
|
@ -45,10 +45,10 @@ end
|
|||
group :test do
|
||||
# shoulda的版本做了改动
|
||||
#gem "shoulda", "~> 3.3.2"
|
||||
gem "shoulda", "> 3.3.2"
|
||||
gem "mocha", "~> 0.13.3"
|
||||
gem 'capybara', '~> 2.0.0'
|
||||
gem 'nokogiri', '< 1.6.0'
|
||||
#gem "shoulda", "> 3.3.2"
|
||||
#gem "mocha", "~> 0.13.3"
|
||||
#gem 'capybara', '~> 2.0.0'
|
||||
#gem 'nokogiri', '< 1.6.0'
|
||||
end
|
||||
|
||||
platforms :mri, :mingw do
|
||||
|
@ -56,7 +56,7 @@ platforms :mri, :mingw do
|
|||
# RMagick 2 supports ruby 1.9
|
||||
# RMagick 1 would be fine for ruby 1.8 but Bundler does not support
|
||||
# different requirements for the same gem on different platforms
|
||||
gem "rmagick", ">= 2.0.0"
|
||||
#gem "rmagick", ">= 2.0.0"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -174,7 +174,7 @@ DEPENDENCIES
|
|||
i18n (~> 0.6.0)
|
||||
jquery-rails (~> 2.0.2)
|
||||
mocha (~> 0.13.3)
|
||||
mysql2 (~> 0.3.11)
|
||||
mysql2 (= 0.3.11)
|
||||
net-ldap (~> 0.3.1)
|
||||
nokogiri (< 1.6.0)
|
||||
rack-mini-profiler!
|
||||
|
|
Loading…
Reference in New Issue