Skip to content

Commit

Permalink
Found a likely misplaced 'end' statement, fixed & spaced the gemfile,…
Browse files Browse the repository at this point in the history
… then merged the duplicate development/test statements
  • Loading branch information
Mirv committed May 31, 2017
1 parent 4e19674 commit f425486
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ gem 'bootstrap-datepicker-rails'
gem 'morrisjs-rails'
gem 'raphael-rails'

group :development, :test do
gem 'byebug'
end

group :development do
gem 'web-console', '~> 2.0'
gem 'spring'
end

group :development, :test do
gem 'sqlite3'
gem 'pry'
gem 'byebug'
end

group :production do
gem 'pg'
gem 'rails_12factor'
end
end


0 comments on commit f425486

Please sign in to comment.