Skip to content

Commit

Permalink
move pry to development and test group
Browse files Browse the repository at this point in the history
  • Loading branch information
arashm committed May 24, 2013
1 parent b1d8dd8 commit c426bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -123,8 +123,6 @@ group :production do
end

group :development do
gem 'pry-rails'
gem 'pry-nav'
gem 'sqlite3'
gem 'better_errors'
gem 'binding_of_caller'
Expand All @@ -135,6 +133,8 @@ end

group :development, :test do
gem 'rspec-rails'
gem 'pry-rails'
gem 'pry-nav'
end

group :test do
Expand Down

0 comments on commit c426bb5

Please sign in to comment.