Update the bundle and add a few console goodies

This commit is contained in:
Petko Bordjukov 2014-11-04 12:52:43 +02:00
parent 7f4fc18fb6
commit f47b7a7621
2 changed files with 32 additions and 22 deletions

View File

@ -55,6 +55,9 @@ group :development do
gem 'spring-commands-rspec'
gem 'guard-rspec' # Continuous testing with Guard
gem 'rails-erd'
gem 'pry-rails'
gem 'hirb'
gem 'awesome_print'
end
group :development, :test do

View File

@ -44,10 +44,11 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
autoprefixer-rails (3.1.1.20141001)
autoprefixer-rails (3.1.2.20141016)
execjs
bcrypt (3.1.7)
bootstrap-sass (3.2.0.2)
awesome_print (1.2.0)
bcrypt (3.1.9)
bootstrap-sass (3.3.0.1)
sass (~> 3.2)
bootstrap-sass-extras (0.0.6)
rails (>= 3.1.0)
@ -93,7 +94,7 @@ GEM
countries (0.9.3)
currencies (~> 0.4.2)
currencies (0.4.2)
devise (3.4.0)
devise (3.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
@ -103,11 +104,11 @@ GEM
devise-i18n (0.11.2)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.2.1)
factory_girl (4.4.0)
execjs (2.2.2)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
faker (1.4.3)
i18n (~> 0.5)
@ -118,7 +119,7 @@ GEM
globalize (4.0.2)
activemodel (>= 4.0.0, < 5)
activerecord (>= 4.0.0, < 5)
guard (2.6.1)
guard (2.8.0)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
@ -128,9 +129,10 @@ GEM
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
hike (1.2.3)
hirb (0.7.2)
hitimes (1.2.2)
i18n (0.6.11)
jquery-datatables-rails (2.2.3)
jquery-datatables-rails (3.0.0)
jquery-rails
sass-rails
jquery-rails (3.1.2)
@ -143,10 +145,10 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
mail (2.6.1)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.4.1)
mime-types (2.4.3)
mini_portile (0.6.0)
minitest (5.4.2)
morrisjs-rails (0.5.1)
@ -161,7 +163,7 @@ GEM
orm_adapter (0.5.0)
pg (0.17.1)
phony (2.4.3)
phony_rails (0.7.1)
phony_rails (0.7.3)
activesupport (>= 3.0)
countries (>= 0.8.2)
phony (~> 2.4.3)
@ -169,7 +171,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puma (2.9.1)
pry-rails (0.3.2)
pry (>= 0.9.10)
puma (2.9.2)
rack (>= 1.1, < 2.0)
rack (1.5.2)
rack-test (0.6.2)
@ -228,16 +232,16 @@ GEM
rspec-support (3.1.2)
ruby-graphviz (1.0.9)
sass (3.2.19)
sass-rails (4.0.3)
sass-rails (4.0.4)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sass (~> 3.2.2)
sprockets (~> 2.8, < 2.12)
sprockets-rails (~> 2.0)
simple_form (3.1.0.rc2)
actionpack (~> 4.0)
activemodel (~> 4.0)
slim (2.0.3)
temple (~> 0.6.6)
slim (2.1.0)
temple (~> 0.6.9)
tilt (>= 1.3.3, < 2.1)
slim-rails (2.1.5)
actionpack (>= 3.0, < 4.2)
@ -248,7 +252,7 @@ GEM
spring (1.1.3)
spring-commands-rspec (1.0.2)
spring (>= 0.9.1)
sprockets (2.11.0)
sprockets (2.11.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
@ -257,12 +261,12 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
sqlite3 (1.3.10)
sshkit (1.5.1)
colorize
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
temple (0.6.8)
temple (0.6.10)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
@ -286,6 +290,7 @@ PLATFORMS
DEPENDENCIES
autoprefixer-rails
awesome_print
bootstrap-sass
bootstrap-sass-extras
bootswatch-rails
@ -302,12 +307,14 @@ DEPENDENCIES
font-awesome-rails
globalize (~> 4.0.2)
guard-rspec
hirb
jquery-datatables-rails
jquery-rails
morrisjs-rails
nested_form
pg
phony_rails
pry-rails
puma
rails (= 4.1.6)
rails-erd