######################## # UCB Rails gems gem “haml”, “~> 5.0” gem “better_errors” gem “binding_of_caller” gem “ucb_rails_user”, “~> 4.0” gem “exception_notification”

group :development, :test do

gem 'rspec-rails', '~> 3.5'

end