Sha256: eae95ff4385b82c4dbf75573ec469fcd8a4b784d6e3617584f76c48356d5ae11

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

source 'https://rubygems.org'

git_source(:github) do |repo_name|
  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
  "https://github.com/#{repo_name}.git"
end

# Declare your gem's dependencies in acu.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

# To use a debugger
# gem 'byebug', group: [:development, :test]

group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', platform: :mri
  gem 'rspec-rails', '~> 3.5'
  gem 'sqlite3'
  gem 'awesome_print', github: 'awesome-print/awesome_print'
  gem 'devise'
  gem 'jquery-rails'
  gem 'rails-controller-testing'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rails-acu-3.0.1 Gemfile
rails-acu-3.0.0 Gemfile
rails-acu-2.2.0 Gemfile
rails-acu-2.1.0 Gemfile
rails-acu-2.0.0 Gemfile
rails-acu-1.3.0 Gemfile
rails-acu-1.2.1 Gemfile