Skip to content

Commit

Permalink
Merge pull request ruby-i18n#92 from vandrijevik/master
Browse files Browse the repository at this point in the history
Update dependency from `sqlite3-ruby` to `sqlite3`
  • Loading branch information
knapo committed May 10, 2011
2 parents 61138a5 + 9a59046 commit e72e7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.5'

s.add_development_dependency 'activesupport', '~> 3.0.0'
s.add_development_dependency 'sqlite3-ruby'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'mocha'
s.add_development_dependency 'test_declarative'
end

0 comments on commit e72e7ea

Please sign in to comment.