This commit is contained in:
Benjamin Neff 2015-06-11 04:14:53 +02:00
parent a1f74c1770
commit b7dc0709f8
2 changed files with 23 additions and 0 deletions

View file

@ -12,6 +12,11 @@ gemspec
group :development do
gem "rubocop", "0.32.0"
# Debugging
gem "pry"
gem "pry-debundle"
gem "pry-byebug"
end
group :test do

View file

@ -47,8 +47,12 @@ GEM
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
builder (3.2.2)
byebug (4.0.5)
columnize (= 0.9.0)
codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
columnize (0.9.0)
diff-lcs (1.2.5)
docile (1.1.5)
erubis (2.7.0)
@ -63,6 +67,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.6.1)
mini_portile (0.6.2)
minitest (5.7.0)
@ -73,6 +78,15 @@ GEM
parser (2.2.2.5)
ast (>= 1.1, < 3.0)
powerpack (0.1.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.1.0)
byebug (~> 4.0)
pry (~> 0.10)
pry-debundle (0.8)
pry
rack (1.6.1)
rack-test (0.6.3)
rack (>= 1.0)
@ -137,6 +151,7 @@ GEM
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
sprockets (3.2.0)
rack (~> 1.0)
sprockets-rails (2.3.1)
@ -157,6 +172,9 @@ DEPENDENCIES
diaspora_federation!
fuubar (= 2.0.0)
nyan-cat-formatter
pry
pry-byebug
pry-debundle
rspec-instafail (= 0.2.6)
rspec-rails (= 3.2.3)
rubocop (= 0.32.0)