Skip to content

Commit

Permalink
Remove development dependencies from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
imanel committed Jul 30, 2017
1 parent 9f9af10 commit e115915
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Gemfile
@@ -1,3 +1,10 @@
source 'http://rubygems.org'

group :development do
gem 'rake'
gem 'rspec', '~> 3.0'
gem 'rspec-its'
gem 'rubocop'
end

gemspec
5 changes: 0 additions & 5 deletions websocket.gemspec
Expand Up @@ -18,9 +18,4 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-its'
s.add_development_dependency 'rubocop'
end

0 comments on commit e115915

Please sign in to comment.