Gemfile in active_finite-0.3.2 vs Gemfile in active_finite-0.4.1
- old
+ new
@@ -3,23 +3,23 @@
# Example:
# gem "activesupport", ">= 2.3.5"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
-gem "activesupport", "~> 3.0.3"
-gem "activerecord", "~> 3.0.3"
-gem "json", "~> 1.5.1"
+gem "activesupport", ">= 3.0.3"
+gem "activerecord", ">= 3.0.3"
+gem "json", ">= 1.5.1"
group :development do
- gem "rspec", "~> 2.3.0"
- gem "bundler", "~> 1.0.0"
- gem "jeweler", "~> 1.5.2"
- gem "ruby-debug19", "~> 0.11.6"
+ gem "rspec", ">= 2.3.0"
+ gem "bundler", ">= 1.0.0"
+ gem "jeweler", ">= 1.5.2"
+ gem "ruby-debug19", ">= 0.11.6"
end
group :test do
- gem "rspec", "~> 2.3.0"
- gem 'sqlite3-ruby', '1.3.3', :require => 'sqlite3'
- gem "activesupport", "~> 3.0.3"
- gem "activerecord", "~> 3.0.3"
+ gem "rspec", ">= 2.3.0"
+ gem 'sqlite3-ruby', '>= 1.3.3', :require => 'sqlite3'
+ gem "activesupport", ">= 3.0.3"
+ gem "activerecord", ">= 3.0.3"
end