Skip to content

Commit 89548ee

Browse files
committed
Update gemspec dependencies, and fixtures.
1 parent ebc1b03 commit 89548ee

File tree

7 files changed

+20
-19
lines changed

7 files changed

+20
-19
lines changed

annotate.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
2222
s.require_paths = ["lib"]
2323
s.rubyforge_project = %q{annotate}
2424

25-
s.add_runtime_dependency 'rake' # ?
25+
s.add_runtime_dependency 'rake'
26+
s.add_runtime_dependency 'activerecord'
2627
end
2728

spec/fixtures/rails_328_gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: ../../..
33
specs:
4-
annotate (2.5.0.beta4)
5-
activesupport (>= 2.3.0)
6-
rake (>= 0.8.7)
4+
annotate (2.5.0)
5+
activerecord
6+
rake
77

88
GEM
99
remote: https://rubygems.org/

spec/integration/rails_2.3_with_bundler/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: ../../..
33
specs:
4-
annotate (2.5.0.beta4)
5-
activesupport (>= 2.3.0)
6-
rake (>= 0.8.7)
4+
annotate (2.5.0)
5+
activerecord
6+
rake
77

88
GEM
99
remote: https://rubygems.org/

spec/integration/rails_3.2.2/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: ../../..
33
specs:
4-
annotate (2.5.0.beta4)
5-
activesupport (>= 2.3.0)
6-
rake (>= 0.8.7)
4+
annotate (2.5.0)
5+
activerecord
6+
rake
77

88
GEM
99
remote: https://rubygems.org/

spec/integration/rails_3.2_autoloading_factory_girl/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: ../../..
33
specs:
4-
annotate (2.5.0.beta4)
5-
activesupport (>= 2.3.0)
6-
rake (>= 0.8.7)
4+
annotate (2.5.0)
5+
activerecord
6+
rake
77

88
GEM
99
remote: https://rubygems.org/

spec/integration/rails_3.2_with_asset_pipeline/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: ../../..
33
specs:
4-
annotate (2.5.0.beta4)
5-
activesupport (>= 2.3.0)
6-
rake (>= 0.8.7)
4+
annotate (2.5.0)
5+
activerecord
6+
rake
77

88
GEM
99
remote: https://rubygems.org/

spec/integration/standalone/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: ../../..
33
specs:
4-
annotate (2.5.0.beta4)
5-
activesupport (>= 2.3.0)
6-
rake (>= 0.8.7)
4+
annotate (2.5.0)
5+
activerecord
6+
rake
77

88
GEM
99
remote: https://rubygems.org/

0 commit comments

Comments
 (0)