Skip to content

Commit

Permalink
Remove the workaround since its root cuase is already resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
satoryu committed Aug 17, 2016
1 parent 0986ad3 commit a031140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion roma.gemspec
Expand Up @@ -52,7 +52,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'ffi'
s.add_development_dependency 'gdbm'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'rroonga'
s.add_development_dependency 'rroonga', '~> 6.0.7'
s.add_development_dependency 'test-unit'
s.add_development_dependency 'rake'
s.add_development_dependency 'roma-client'
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
@@ -1,3 +1,2 @@
require 'groonga'
require 'test/unit'
require 'roma_test_utils'

0 comments on commit a031140

Please sign in to comment.