Gemfile in active_export-0.2.0 vs Gemfile in active_export-0.3.0
- old
+ new
@@ -3,10 +3,10 @@
# Specify your gem's dependencies in active_export.gemspec
gemspec
group :development, :test do
gem 'rake', '~> 0.9.2.2', :require => false
- gem 'rails', ">= #{ENV['RAILS'] || '3.0.0'}"
+ gem 'rails', ">= 3.0.0"
gem 'yard'
gem 'rdiscount'
gem 'tapp', :git => 'git://github.com/esminc/tapp.git'
\ No newline at end of file