0
0
zero/Gemfile

12 lines
133 B
Ruby
Raw Normal View History

2012-11-08 21:29:04 +01:00
source 'https://rubygems.org'
2012-10-11 06:37:23 +02:00
gemspec
2012-11-13 21:56:02 +01:00
2013-10-21 17:06:00 +02:00
gem 'rubysl', :platforms => :rbx
2012-11-14 07:28:07 +01:00
group :test do
gem 'thor'
2012-12-17 19:00:01 +01:00
gem 'rack'
gem 'rspec'
2012-11-14 07:28:07 +01:00
end