Skip to content

Commit

Permalink
Added test and development dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Aug 29, 2013
1 parent df74be9 commit 5b0173d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in dirigible.gemspec
gemspec

platforms :rbx do
gem 'json'
end

group :development do
gem 'bundler'
gem 'coveralls', require: false
gem 'rake'
gem 'yard'
end

group :test do
gem 'rspec'
gem 'simplecov'
end

0 comments on commit 5b0173d

Please sign in to comment.