Sha256: 566bdb51e89e5a90266cfbf1d35d47b9d17262406bcfb87da00b29aaad8e2c69
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
source 'https://rubygems.org' group :development do # gems used on development gem 'rake' gem 'specular', :git => 'git://github.com/wokibe/specular' gem 'sonar', :git => 'git://github.com/wokibe/sonar' gem 'pry' end group :test do # gems used when testing gem 'rake' gem 'specular', :git => 'git://github.com/wokibe/specular' gem 'sonar', :git => 'git://github.com/wokibe/sonar' end group :production do # gems used on production end # gems used on any environment gem 'e', :git => 'git://github.com/wokibe/espresso' gem 'el', :git => 'git://github.com/wokibe/espresso-lungo' gem 'thin' gem 'rear', :git => 'git://github.com/wokibe/rear' gem 'enginery', :git => 'git://github.com/wokibe/enginery'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
my_enginery-0.2.8 | app/base/Gemfile |