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:
parent
2e2cb2acec
commit
b2c786c630
3 changed files with 3 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', '>= 3.0.0', '< 3.1.0'
|
||||
gem 'rails', '~> 3.0.0'
|
||||
gemspec :path => "../.."
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', '>= 3.1.0', '< 3.2.0'
|
||||
gem 'rails', '~> 3.1.0'
|
||||
gemspec :path => "../.."
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', '>= 3.2.0', '< 3.3.0'
|
||||
gem 'rails', '~> 3.2.0'
|
||||
gemspec :path => "../.."
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue