1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

use ~> syntax for rails gemfile dependencies

This commit is contained in:
Tee Parham 2013-12-24 11:28:26 -07:00
parent 2e2cb2acec
commit b2c786c630
3 changed files with 3 additions and 7 deletions

View file

@ -1,5 +1,4 @@
source "https://rubygems.org"
gem 'rails', '>= 3.0.0', '< 3.1.0'
gem 'rails', '~> 3.0.0'
gemspec :path => "../.."

View file

@ -1,6 +1,4 @@
source "https://rubygems.org"
gem 'rails', '>= 3.1.0', '< 3.2.0'
gem 'rails', '~> 3.1.0'
gemspec :path => "../.."

View file

@ -1,5 +1,4 @@
source "https://rubygems.org"
gem 'rails', '>= 3.2.0', '< 3.3.0'
gem 'rails', '~> 3.2.0'
gemspec :path => "../.."