Commit a98cc887 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Use pretty bacon from RubyGems

parent 15e68cab
...@@ -18,7 +18,7 @@ group :development do ...@@ -18,7 +18,7 @@ group :development do
gem "mocha" gem "mocha"
gem "bacon" gem "bacon"
gem "mocha-on-bacon" gem "mocha-on-bacon"
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' gem 'prettybacon'
gem 'webmock', "< 1.16" gem 'webmock', "< 1.16"
# For the integration tests # For the integration tests
......
...@@ -48,14 +48,6 @@ GIT ...@@ -48,14 +48,6 @@ GIT
nap (>= 0.6) nap (>= 0.6)
netrc netrc
GIT
remote: https://github.com/irrationalfab/PrettyBacon.git
revision: 1eeb06f7d381acd65414b86b42fdf3538faae01c
branch: master
specs:
prettybacon (0.0.2)
bacon (~> 1.2)
GIT GIT
remote: https://github.com/ruby-prof/ruby-prof.git remote: https://github.com/ruby-prof/ruby-prof.git
revision: b56c1268ba001f5eb55f940ca1c83bc6b83a9752 revision: b56c1268ba001f5eb55f940ca1c83bc6b83a9752
...@@ -126,6 +118,8 @@ GEM ...@@ -126,6 +118,8 @@ GEM
notify (0.5.2) notify (0.5.2)
open4 (1.3.3) open4 (1.3.3)
posix-spawn (0.3.8) posix-spawn (0.3.8)
prettybacon (0.0.2)
bacon (~> 1.2)
pry (0.9.12.6) pry (0.9.12.6)
coderay (~> 1.0) coderay (~> 1.0)
method_source (~> 0.8) method_source (~> 0.8)
...@@ -179,7 +173,7 @@ DEPENDENCIES ...@@ -179,7 +173,7 @@ DEPENDENCIES
mime-types (< 2) mime-types (< 2)
mocha mocha
mocha-on-bacon mocha-on-bacon
prettybacon! prettybacon
pry pry
pygments.rb pygments.rb
rake (~> 10.1.0) rake (~> 10.1.0)
......
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