Skip to content

Commit

Permalink
Bring development dependencies up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Aug 15, 2013
1 parent 31403d9 commit abc6a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require File.expand_path("../lib/zonebie", File.dirname(__FILE__))

require "mocha"
RSpec.configure do |c|
c.mock_with :mocha

Expand Down
7 changes: 4 additions & 3 deletions zonebie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Gem::Specification.new do |gem|
gem.version = Zonebie::VERSION

gem.add_development_dependency "rake"
gem.add_development_dependency "rspec", "~>2.8"
gem.add_development_dependency "mocha", "~>0.10.0"
gem.add_development_dependency "rspec", "~>2.14"
gem.add_development_dependency "mocha", "~>0.14.0"

gem.add_development_dependency "activesupport", ">=2.3"
gem.add_development_dependency "tzinfo", ">=0.3"
gem.add_development_dependency "tzinfo", "~>1.0", ">= 1.0.1"
gem.add_development_dependency "tzinfo-data", ">= 1.2013.4"
end

0 comments on commit abc6a92

Please sign in to comment.