Skip to content

Commit

Permalink
[Gemfile] Lock Bacon to 0.11.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Jul 6, 2012
1 parent ef7dd7e commit a02cf0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gemspec
group :development do group :development do
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git", :branch => "develop" gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git", :branch => "develop"


gem "mocha", "~> 0.11.4"
gem "bacon" gem "bacon"
gem "kicker" gem "kicker"
gem "mocha-on-bacon" gem "mocha-on-bacon"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
rb-inotify (~> 0.8.8) rb-inotify (~> 0.8.8)
metaclass (0.0.1) metaclass (0.0.1)
method_source (0.7.1) method_source (0.7.1)
mocha (0.12.0) mocha (0.11.4)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.0) mocha-on-bacon (0.2.0)
mocha (>= 0.9.8) mocha (>= 0.9.8)
Expand Down Expand Up @@ -89,6 +89,7 @@ DEPENDENCIES
cocoapods! cocoapods!
github-markup github-markup
kicker kicker
mocha (~> 0.11.4)
mocha-on-bacon mocha-on-bacon
pry pry
rake rake
Expand Down

0 comments on commit a02cf0e

Please sign in to comment.