Skip to content

Commit

Permalink
Local gem file added to the Dev group.
Browse files Browse the repository at this point in the history
  • Loading branch information
demonchand committed Jul 26, 2015
1 parent 522ea0b commit e606fdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -35,6 +35,9 @@ gem 'sdoc', '~> 0.4.0', group: :doc
gem "pg"

group :development, :test do
# Angualr Generator from the local
gem 'angular-generators', :path => '../angular-generators'

# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'

Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
@@ -1,3 +1,8 @@
PATH
remote: ../angular-generators
specs:
angular-generators (0.0.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -143,6 +148,7 @@ PLATFORMS
ruby

DEPENDENCIES
angular-generators!
byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)
Expand Down

0 comments on commit e606fdb

Please sign in to comment.