Skip to content

Commit

Permalink
Removes json gem
Browse files Browse the repository at this point in the history
Removes the json gem from the Gemfile because it doesn’t appear to be
needed.
  • Loading branch information
anselmbradford committed Sep 11, 2014
1 parent e7c70c9 commit 528625e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ end
group :test do
gem 'coveralls', require: false
gem 'capybara', '>= 2.2.1'
gem 'json', '>= 1.8.1'

# gem 'poltergeist'
gem 'capybara-webkit'
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ DEPENDENCIES
haml-lint
haml-rails (>= 0.5.3)
jshintrb (>= 0.2.4)
json (>= 1.8.1)
kaminari
kgio
letter_opener (>= 1.2.0)
Expand Down

0 comments on commit 528625e

Please sign in to comment.