Skip to content

Commit

Permalink
merged pull request NoamB#306
Browse files Browse the repository at this point in the history
  • Loading branch information
ckruse committed Jul 21, 2012
1 parent ef9cf2e commit 89b5460
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -9,6 +9,7 @@ gem 'bcrypt-ruby', "~> 3.0.0"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem 'abstract', '>= 1.0.0'
gem "rails", ">= 3.0.0"
gem 'json', ">= 1.5.1"
gem "rspec", "~> 2.5.0"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
@@ -1,6 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.2.2)
actionpack (= 3.2.2)
mail (~> 2.4.0)
Expand Down Expand Up @@ -167,6 +168,7 @@ PLATFORMS
ruby

DEPENDENCIES
abstract (>= 1.0.0)
bcrypt-ruby (~> 3.0.0)
bundler (>= 1.1.0)
capybara
Expand Down

0 comments on commit 89b5460

Please sign in to comment.