Sha256: ee3d4bbf43c0b4d65ddffa10dcf43f6350cf951594240665f31bff83cd4fd043
Contents?: true
Size: 749 Bytes
Versions: 3
Compression:
Stored size: 749 Bytes
Contents
source :rubygems # This is the minimum of dependency required to run # the radiant instance generator, which is (normally) # the only time the radiant gem functions as an # application. The instance has its own Gemfile, which # requires radiant and therefore pulls in every # dependency mentioned in radiant.gemspec. gem "rails", "2.3.14" gem "sqlite3", "1.3.4", :group => [:development, :test] # When radiant is installed as a gem you can run all of # its tests and specs from an instance. If you're working # on radiant itself and you want to run specs from the # radiant root directory, uncomment the line below and # run `bundle install`. # gemspec if ENV['TRAVIS'] gemspec :development_group => :test gem "mysql" gem "pg" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
radiant-1.0.1 | Gemfile |
radiant-1.0.0 | Gemfile |
radiant-1.0.0.rc5 | Gemfile |