Skip to content

Commit

Permalink
Merge branch 'master' into rails4
Browse files Browse the repository at this point in the history
  • Loading branch information
Winbobob committed Aug 29, 2015
2 parents 76ab409 + 5f5aa04 commit 855c8ac
Show file tree
Hide file tree
Showing 7 changed files with 484 additions and 52 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ config/locales/database.yml
public/assets/staggered_deadline_assignment_graph
coverage
app/controllers/auth_controller.rb
Gemfile.lock
nohup.out
pg_data/*

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ group :development do
gem 'pry'
gem 'pry-remote'
gem 'pry-nav'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'sqlite3-ruby'
gem 'selenium-webdriver'
gem 'quiet_assets'
end
Expand Down
Loading

0 comments on commit 855c8ac

Please sign in to comment.