Skip to content

Commit

Permalink
Relax the TorqueBox version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Jul 2, 2012
1 parent 2cc1a5f commit 64c959d
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 @@ gem 'haml', '~>3.0'
gem 'sass', '~>3.0'
gem "jmx", '0.9'
gem 'json', '1.5.1'
gem 'torquebox', '~> 2.0.0'
gem 'torquebox', '~> 2.0'
gem 'tobias-sinatra-url-for', '0.2.1'
gem 'rack-accept', '~>0.4.0'
gem 'torquebox-webconsole', '0.1.0'
Expand Down
2 changes: 1 addition & 1 deletion torquebox-backstage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
[%q<sass>, "~> 3.1.2"],
[%q<jmx>, "= 0.9"],
[%q<json>, "= 1.5.1"],
[%q<torquebox>, "~> 2.0.0"],
[%q<torquebox>, "~> 2.0"],
[%q<tobias-sinatra-url-for>, "= 0.2.1"],
[%q<rack-accept>, "~> 0.4.4"],
[%q<thor>, "= 0.14.6"],
Expand Down

0 comments on commit 64c959d

Please sign in to comment.