Sha256: b4203c3de1ad23e06069cb3ac40c5d83bccb4f74036276e38786891af650b37c

Contents?: true

Size: 618 Bytes

Versions: 17

Compression:

Stored size: 618 Bytes

Contents

source "https://rubygems.org"

gem 'praxis', github: 'rightscale/praxis'
gem 'attributor', github: 'rightscale/attributor'
gem 'praxis-blueprints', github: 'rightscale/praxis-blueprints'

gem 'rainbows', require: false
gem 'rake'
gem 'pry'
gem 'pry-byebug'

group :development, :test do
  gem "rack-test", :require => "rack/test"
  gem "rspec" # needed for rake task
  gem 'rspec-its'
  gem 'rspec-collection_matchers'

  gem 'foreman', :require => false

  platform :mri_19, :mri_20 do
    gem 'shotgun', :require => false
    gem "guard"
    gem "guard-rspec"
  end
end

platform :jruby do
  gem 'jruby-openssl'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
praxis-0.21 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.20.1 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.20.0 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.19.0 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.18.1 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.18.0 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.17.1 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.17.0 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.16.1 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.16.0 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.15.0 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.14.0 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.13.0 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.11.2 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.11.1 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.11 tasks/thor/templates/generator/empty_app/Gemfile
praxis-0.11pre tasks/thor/templates/generator/empty_app/Gemfile