mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
Update rspec and rake
This commit is contained in:
parent
32ece72e95
commit
ff59741b4d
30
Gemfile.lock
30
Gemfile.lock
@ -14,20 +14,20 @@ GEM
|
|||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
i18n (0.5.4)
|
i18n (0.5.4)
|
||||||
rake (10.4.2)
|
rake (11.1.1)
|
||||||
rspec (3.3.0)
|
rspec (3.4.0)
|
||||||
rspec-core (~> 3.3.0)
|
rspec-core (~> 3.4.0)
|
||||||
rspec-expectations (~> 3.3.0)
|
rspec-expectations (~> 3.4.0)
|
||||||
rspec-mocks (~> 3.3.0)
|
rspec-mocks (~> 3.4.0)
|
||||||
rspec-core (3.3.2)
|
rspec-core (3.4.4)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-expectations (3.3.1)
|
rspec-expectations (3.4.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-mocks (3.3.2)
|
rspec-mocks (3.4.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-support (3.3.0)
|
rspec-support (3.4.1)
|
||||||
supermodel (0.1.6)
|
supermodel (0.1.6)
|
||||||
activemodel (~> 3.0.0)
|
activemodel (~> 3.0.0)
|
||||||
|
|
||||||
@ -35,10 +35,10 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rake
|
rake (~> 11.1)
|
||||||
rspec
|
rspec (~> 3.4)
|
||||||
slugtastic!
|
slugtastic!
|
||||||
supermodel
|
supermodel (~> 0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.11.2
|
1.11.2
|
||||||
|
|||||||
@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
|
|||||||
gem.require_paths = ["lib"]
|
gem.require_paths = ["lib"]
|
||||||
gem.version = Slugtastic::VERSION
|
gem.version = Slugtastic::VERSION
|
||||||
|
|
||||||
gem.add_development_dependency "rake", "~> 0"
|
gem.add_development_dependency "rake", "~> 11.1"
|
||||||
gem.add_development_dependency "rspec", "~> 0"
|
gem.add_development_dependency "rspec", "~> 3.4"
|
||||||
gem.add_development_dependency "supermodel", "~> 0"
|
gem.add_development_dependency "supermodel", "~> 0"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user