Skip to content

Commit

Permalink
Merge pull request #12 from yatish27/master
Browse files Browse the repository at this point in the history
Updates the Gemfile

R iacono
  • Loading branch information
jeffreyiacono committed Jan 25, 2015
2 parents 1cf5c54 + c905d5c commit 029433c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
language: ruby
rvm:
- 1.9.3
- 2.2.0
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -15,7 +15,7 @@ GEM
diff-lcs (1.2.5)
i18n (0.6.1)
multi_json (1.7.3)
mysql2 (0.3.11)
mysql2 (0.3.17)
parallel (0.6.1)
rake (10.0.3)
rspec (2.14.1)
Expand All @@ -33,6 +33,6 @@ PLATFORMS
DEPENDENCIES
ETL!
cane
mysql2
mysql2 (~> 0.3.17)
rake
rspec (>= 2.14.0)
2 changes: 1 addition & 1 deletion etl.gemspec
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |gem|

gem.add_development_dependency "rake"
gem.add_development_dependency "cane"
gem.add_development_dependency "mysql2"
gem.add_development_dependency 'mysql2', '~> 0.3.17'
gem.add_development_dependency "rspec", [">= 2.14.0"]
end

0 comments on commit 029433c

Please sign in to comment.