Skip to content

Commit

Permalink
update to rspec3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
plukevdh authored and jfelchner committed Aug 7, 2014
1 parent b6414f3 commit 4a258b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ PATH
remote: .
specs:
fuubar (2.0.0.rc1)
rspec (~> 3.0.rc1)
rspec (~> 3.0)
ruby-progressbar (~> 1.4)

GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.2.5)
rake (10.0.4)
rspec (3.0.0.rc1)
rspec-core (= 3.0.0.rc1)
rspec-expectations (= 3.0.0.rc1)
rspec-mocks (= 3.0.0.rc1)
rspec-core (3.0.0.rc1)
rspec-support (= 3.0.0.rc1)
rspec-expectations (3.0.0.rc1)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.3)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (= 3.0.0.rc1)
rspec-mocks (3.0.0.rc1)
rspec-support (= 3.0.0.rc1)
rspec-support (3.0.0.rc1)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.3)
rspec-support (~> 3.0.0)
rspec-support (3.0.3)
ruby-progressbar (1.5.1)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion fuubar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|
s.executables = Dir.glob("bin/*").map{ |f| File.basename(f) }
s.require_paths = ['lib']

s.add_dependency 'rspec', '~> 3.0.rc1'
s.add_dependency 'rspec', '~> 3.0'
s.add_dependency 'ruby-progressbar', '~> 1.4'
end

0 comments on commit 4a258b3

Please sign in to comment.