Skip to content

Commit

Permalink
Lock the version of errand in use
Browse files Browse the repository at this point in the history
  • Loading branch information
auxesis committed Jun 10, 2011
1 parent 7ce5081 commit ac3b39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source :rubygems
gem "haml"
gem "tilt"
gem "sinatra"
gem "errand"
gem "errand", "0.7.3"
gem "yajl-ruby"

group :development do
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ begin
gemspec.add_dependency "sinatra", "~> 1.1.3"
gemspec.add_dependency "tilt", "~> 1.2.2"
gemspec.add_dependency "haml", "~> 3.0.13"
gemspec.add_dependency "errand", "~> 0.7.2"
gemspec.add_dependency "errand", "= 0.7.3"
gemspec.add_dependency "yajl-ruby", "~> 0.8.1"
end
rescue LoadError
Expand Down

0 comments on commit ac3b39b

Please sign in to comment.