Sha256: 0e7ff85a1b2f4c736ae77474551377c3649b4d3d4f1188f9b1901a618122f0a1

Contents?: true

Size: 540 Bytes

Versions: 11

Compression:

Stored size: 540 Bytes

Contents

source 'http://rubygems.org'
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
gem 'rails', '~> 4.1'
gem 'coderay', '~> 1.1'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'will_paginate'
gem 'haml'

group :development do
  gem 'sqlite3'
  gem 'shoulda', '>= 0'
  gem 'rdoc', '~> 3.12'
  gem 'bundler', '~> 1.0'
  gem 'jeweler', '~> 2.0.1'
  gem 'simplecov', '>= 0'
  gem 'rubocop'
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
exception_notification_server-0.0.11 Gemfile
exception_notification_server-0.0.10 Gemfile
exception_notification_server-0.0.9 Gemfile
exception_notification_server-0.0.8 Gemfile
exception_notification_server-0.0.7 Gemfile
exception_notification_server-0.0.6 Gemfile
exception_notification_server-0.0.5 Gemfile
exception_notification_server-0.0.4 Gemfile
exception_notification_server-0.0.3 Gemfile
exception_notification_server-0.0.2 Gemfile
exception_notification_server-0.0.1 Gemfile