Sha256: ccf034a8b421895d06ba4e288de97ef9980d2951b77e4aa9efaa14e6915635eb

Contents?: true

Size: 631 Bytes

Versions: 3

Compression:

Stored size: 631 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 "activesupport", "~> 3.0.3"
gem "activerecord", "~> 3.0.3"
gem "json", "~> 1.5.1"

group :development do
  gem "rspec", "~> 2.3.0"
  gem "bundler", "~> 1.0.0"
  gem "jeweler", "~> 1.5.2"
  gem "ruby-debug19", "~> 0.11.6"
end

group :test do
  gem "rspec", "~> 2.3.0"
  gem 'sqlite3-ruby', '1.3.3', :require => 'sqlite3'
  gem "activesupport", "~> 3.0.3"
  gem "activerecord", "~> 3.0.3"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_finite-0.3.2 Gemfile
active_finite-0.3.1 Gemfile
active_finite-0.2.0 Gemfile