Skip to content

Commit

Permalink
Move rake and rspec deps under the development group
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Feb 27, 2013
1 parent b6e6a2e commit 1f5e02a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
@@ -1,11 +1,13 @@
# coding: utf-8
# encoding: utf-8

source 'https://rubygems.org'

gemspec

gem 'rake', '~> 10.0.3'
gem 'rspec', '~> 1.3.2'
group :development do
gem 'rake', '~> 10.0.3'
gem 'rspec', '~> 1.3.2'
end

group :benchmarks do
gem 'rbench', '~> 0.2.3'
Expand Down

0 comments on commit 1f5e02a

Please sign in to comment.