Skip to content

Commit

Permalink
Corrected dbi-version for 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jun 18, 2014
1 parent 52ec40b commit e283f0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -5,6 +5,8 @@ gem 'iconv' if /~1/.match(RUBY_VERSION)
if /~2/.match(RUBY_VERSION)
gem 'dbi', :git => 'https://github.com/ngiger/ruby-dbi'
gem 'syck'
else
gem 'dbi', :git => 'https://github.com/ngiger/ruby-dbi', :tag => 'dcd6239fd5f836418dba522b04267200df973f56'
end
gem 'activesupport' # , '4.0.2'
gem 'archive-tarsimple', '1.1.1'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
@@ -1,3 +1,9 @@
GIT
remote: https://github.com/ngiger/ruby-dbi
revision: dcd6239fd5f836418dba522b04267200df973f56
tag: dcd6239fd5f836418dba522b04267200df973f56
specs:

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -193,6 +199,7 @@ DEPENDENCIES
bigdecimal (= 1.2.5)
builder (= 3.2.2)
dbd-pg (= 0.3.9)
dbi!
deprecated (= 2.0.1)
facets (= 1.8.54)
fastthread (= 1.0.7)
Expand Down

0 comments on commit e283f0e

Please sign in to comment.