Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
ggklf committed Feb 22, 2013
1 parent c44f51f commit 0895663
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,11 +1,11 @@
source "http://rubygems.org"

gem 'bio', '>= 1.4.2'
gem 'bio', '>= 1.4.3'

# Needed to run rake, tests, features
group :development do
gem "rspec", ">= 2.8.0"
gem "bundler", ">= 1.0.22" #"~> 1.1.rc.7"
gem "jeweler", ">= 1.6.4"
gem "rake", "~> 0.9.2.2"
gem "rake", ">= 0.9.2.2"
end
26 changes: 13 additions & 13 deletions Gemfile.lock
@@ -1,33 +1,33 @@
GEM
remote: http://rubygems.org/
specs:
bio (1.4.2)
bio (1.4.3)
diff-lcs (1.1.3)
git (1.2.5)
jeweler (1.8.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.7.3)
rake (0.9.2.2)
rdoc (3.12)
json (1.7.7)
rake (10.0.3)
rdoc (3.12.1)
json (~> 1.4)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.0)
rspec-expectations (2.11.1)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
rspec-mocks (2.12.2)

PLATFORMS
ruby

DEPENDENCIES
bio (>= 1.4.2)
bio (>= 1.4.3)
bundler (>= 1.0.22)
jeweler (>= 1.6.4)
rake (~> 0.9.2.2)
rake (>= 0.9.2.2)
rspec (>= 2.8.0)

0 comments on commit 0895663

Please sign in to comment.