Sha256: 85f64452c262abe0cacdf8ad96c396360e77a793f6886a9d5edbb5a707c9551d

Contents?: true

Size: 250 Bytes

Versions: 3

Compression:

Stored size: 250 Bytes

Contents

source "http://rubygems.org"

gem "activesupport", "~> 4.1.0"
gem "activerecord" , "~> 4.1.0"

group :development, :test do
  gem "sqlite3", :platform => :ruby
  gem "mysql2" , "~> 0.3.13", :platform => :ruby
  gem "rails"
end

gemspec :path => '..'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
schema_comments-0.4.3 gemfiles/Gemfile.rails-4.1
schema_comments-0.4.2 gemfiles/Gemfile.rails-4.1
schema_comments-0.4.1 gemfiles/Gemfile.rails-4.1