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

Commit

Permalink
Gem bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Aug 31, 2013
1 parent 31a6880 commit 9532246
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source ENV.fetch('GEM_SOURCE','https://rubygems.org')

gem "activerecord", "~> 3.2.1"

# Specify your gem's dependencies in fuzzily.gemspec
gemspec

29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ GEM
thor
diff-lcs (1.2.4)
i18n (0.6.5)
method_source (0.8.1)
mime-types (1.23)
method_source (0.8.2)
mime-types (1.25)
multi_json (1.7.9)
mysql2 (0.3.11)
pg (0.15.1)
pry (0.9.12.1)
mysql2 (0.3.13)
pg (0.16.0)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
Expand All @@ -47,27 +47,28 @@ GEM
rake (10.1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rspec-mocks (2.14.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.4)
sqlite3 (1.3.7)
slop (3.4.6)
sqlite3 (1.3.8)
thor (0.18.1)
tzinfo (0.3.37)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.2.1)
appraisal
coveralls
fuzzily!
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails23.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.4)
sqlite3 (1.3.7)
slop (3.4.6)
sqlite3 (1.3.8)
thor (0.18.1)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails32.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
activerecord (>= 2.3.17)

GEM
remote: https://rubygems.org/
remote: http://yarp.dev/
specs:
activemodel (3.2.14)
activesupport (= 3.2.14)
Expand Down

0 comments on commit 9532246

Please sign in to comment.