Commit 15e68cab authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Use kicker from RubyGems

parent b5b8012e
...@@ -40,7 +40,7 @@ group :debugging do ...@@ -40,7 +40,7 @@ group :debugging do
gem 'cocoapods-trunk', :git => "https://github.com/alloy/cocoapods-trunk.git" gem 'cocoapods-trunk', :git => "https://github.com/alloy/cocoapods-trunk.git"
gem "rb-fsevent" gem "rb-fsevent"
gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "master" gem "kicker"
gem "awesome_print" gem "awesome_print"
gem "pry" gem "pry"
# The released gem leads to stack too deep when profiling a full run. # The released gem leads to stack too deep when profiling a full run.
......
...@@ -27,7 +27,7 @@ GIT ...@@ -27,7 +27,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 706a632aa569fed60057cbc2049d96d3e0851579 revision: d1cca92979882fe7dfef27001705ed4b9bc43faa
branch: master branch: master
specs: specs:
cocoapods-downloader (0.4.1) cocoapods-downloader (0.4.1)
...@@ -48,15 +48,6 @@ GIT ...@@ -48,15 +48,6 @@ GIT
nap (>= 0.6) nap (>= 0.6)
netrc netrc
GIT
remote: https://github.com/alloy/kicker.git
revision: 87b0047202c0320d4ef62e1f1a4b2cbdefadf008
branch: master
specs:
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
GIT GIT
remote: https://github.com/irrationalfab/PrettyBacon.git remote: https://github.com/irrationalfab/PrettyBacon.git
revision: 1eeb06f7d381acd65414b86b42fdf3538faae01c revision: 1eeb06f7d381acd65414b86b42fdf3538faae01c
...@@ -115,6 +106,9 @@ GEM ...@@ -115,6 +106,9 @@ GEM
i18n (0.6.4) i18n (0.6.4)
json (1.8.1) json (1.8.1)
json_pure (1.8.1) json_pure (1.8.1)
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
listen (1.3.1) listen (1.3.1)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
...@@ -181,7 +175,7 @@ DEPENDENCIES ...@@ -181,7 +175,7 @@ DEPENDENCIES
diffy diffy
github-markup github-markup
i18n (= 0.6.4) i18n (= 0.6.4)
kicker! kicker
mime-types (< 2) mime-types (< 2)
mocha mocha
mocha-on-bacon mocha-on-bacon
......
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