Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Feb 20, 2013
1 parent e4051bf commit 099b9ec
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
PATH
remote: .
specs:
fuzzily (0.0.2)
fuzzily (0.0.3)
activerecord (~> 2.3)

GEM
remote: https://rubygems.org/
specs:
activerecord (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
appraisal (0.4.1)
activerecord (2.3.17)
activesupport (= 2.3.17)
activesupport (2.3.17)
appraisal (0.5.1)
bundler
rake
coderay (1.0.8)
coderay (1.0.9)
diff-lcs (1.1.3)
method_source (0.8.1)
pry (0.9.10)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
pry-nav (0.2.2)
slop (~> 3.4)
pry-nav (0.2.3)
pry (~> 0.9.10)
rake (0.9.2.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
rake (10.0.3)
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.3)
slop (3.3.3)
sqlite3 (1.3.6)
rspec-mocks (2.12.2)
slop (3.4.3)
sqlite3 (1.3.7)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/fuzzily/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fuzzily
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 099b9ec

Please sign in to comment.