Skip to content

Commit

Permalink
bump v and dev gems
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Mar 31, 2012
1 parent 57131ca commit 9efc0ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source :rubygems

group :development do
gem "dbf", ">= 1.5.0"
gem "dbf", ">= 1.7.0"
gem 'json', ">= 1.6.5"
gem "rspec", ">= 2.3.0"
gem "bundler", ">= 1.0.0"
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
@@ -1,23 +1,23 @@
GEM
remote: http://rubygems.org/
specs:
dbf (1.7.3)
dbf (1.7.5)
diff-lcs (1.1.3)
json (1.6.5)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
json (1.6.6)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (>= 1.0.0)
dbf (>= 1.5.0)
dbf (>= 1.7.0)
json (>= 1.6.5)
rspec (>= 2.3.0)
2 changes: 1 addition & 1 deletion lib/geo_ruby/version.rb
@@ -1,3 +1,3 @@
module GeoRuby
VERSION = '1.9.6'
VERSION = '1.9.7'
end

0 comments on commit 9efc0ab

Please sign in to comment.