Skip to content

Commit

Permalink
Bump Journey requirements to 1.0.4
Browse files Browse the repository at this point in the history
There are some Action Pack tests for regressions from 3.1 that require
a later version of Journey to pass so bump to the current version.
  • Loading branch information
pixeltrix committed Jul 23, 2012
1 parent 580fa0c commit 4d7a102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency('builder', '~> 3.0.0')
s.add_dependency('rack', '~> 1.4.1')
s.add_dependency('rack-test', '~> 0.6.1')
s.add_dependency('journey', '~> 1.0.1')
s.add_dependency('journey', '~> 1.0.4')
s.add_dependency('erubis', '~> 2.7.0')

s.add_development_dependency('activemodel', version)
Expand Down

0 comments on commit 4d7a102

Please sign in to comment.