Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Ruby 2.1.1 and Rails 4.1.6 // Add Bugsnag support #175

Merged
merged 12 commits into from
Nov 22, 2014
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ gem 'grape-swagger'
gem 'grape-kaminari'
gem 'kaminari'

# Bugsnag sends bug alerts caught in production.
# It's free for open source projects.
gem 'bugsnag'

group :development, :test do
gem 'rspec-rails', '~> 3.0.0.beta2'
gem "factory_girl_rails", "~> 4.0"
Expand Down
Loading