Commit a02cf0e3 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Lock Bacon to 0.11.x.

parent ef7dd7e2
...@@ -5,6 +5,7 @@ gemspec ...@@ -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"
......
...@@ -49,7 +49,7 @@ GEM ...@@ -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)
...@@ -89,6 +89,7 @@ DEPENDENCIES ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment