Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add web-console gem #182

Merged
merged 3 commits into from
Apr 15, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ end

group :development do
gem 'i18n_generators', '1.2.1'
gem 'better_errors'
gem 'web-console', '~> 2.0'
end

group :test do
Expand Down
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ GEM
tzinfo (~> 1.1)
addressable (2.3.8)
arel (6.0.0)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
capybara (2.4.4)
mime-types (>= 1.16)
Expand All @@ -79,6 +85,7 @@ GEM
cool.io (1.3.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
debug_inspector (0.0.2)
diff-lcs (1.2.5)
domain_name (0.5.23)
unf (>= 0.0.5, < 1.0.0)
Expand Down Expand Up @@ -257,6 +264,11 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
web-console (2.1.2)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
webmock (1.18.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -272,6 +284,7 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors
capybara (~> 2.4.0)
capybara-screenshot
factory_girl_rails
Expand All @@ -284,4 +297,5 @@ DEPENDENCIES
rspec-rails (~> 3.0)
simplecov (~> 0.7.1)
timecop
web-console (~> 2.0)
webmock (~> 1.18.0)