summaryrefslogtreecommitdiff
path: root/dashing.gemspec
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2013-02-08 12:33:59 -0500
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2013-02-08 12:33:59 -0500
commit7a064c4193a2590527b1848adc56fc9d340c7851 (patch)
tree6aea4319162dad9520d6f1d1d635518eeccf711d /dashing.gemspec
parent17ef11ebf1ba22c63cfee4b668f314d69d9bd684 (diff)
No longer clamp rack version to 1.4.2. People should update to 1.5.2+
Diffstat (limited to 'dashing.gemspec')
-rw-r--r--dashing.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/dashing.gemspec b/dashing.gemspec
index 0199fda..dc5aca9 100644
--- a/dashing.gemspec
+++ b/dashing.gemspec
@@ -2,8 +2,8 @@
Gem::Specification.new do |s|
s.name = 'dashing'
- s.version = '1.0.2'
- s.date = '2013-01-10'
+ s.version = '1.0.3'
+ s.date = '2013-02-07'
s.executables << 'dashing'
@@ -24,6 +24,6 @@ Gem::Specification.new do |s|
s.add_dependency('rufus-scheduler')
s.add_dependency('thor')
s.add_dependency('sprockets')
- s.add_dependency('rack', ['>= 1.3.6', '< 1.4.2']) # Use this temporarily until sinatra supports Rack 1.4.2+
+ s.add_dependency('rack')
end \ No newline at end of file