We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57c06f commit be19a05Copy full SHA for be19a05
Gemfile
@@ -2,7 +2,7 @@ gem 'rack'
2
gem 'rack-mount'
3
gem 'rack-jsonp'
4
5
-gem 'activesupport', '>= 3.0.0.rc2'
+gem 'activesupport', '~> 3.0.0'
6
7
group :development do
8
gem 'rake'
Gemfile.lock
@@ -1,6 +1,6 @@
1
GEM
specs:
- activesupport (3.0.0.rc2)
+ activesupport (3.0.0)
builder (2.1.2)
cucumber (0.8.5)
builder (~> 2.1.2)
@@ -42,7 +42,7 @@ PLATFORMS
42
ruby
43
44
DEPENDENCIES
45
- activesupport (>= 3.0.0.rc2)
+ activesupport (~> 3.0.0)
46
cucumber (>= 0.8.5)
47
jeweler
48
rack
VERSION
@@ -1 +1 @@
-0.0.0.alpha.1
+0.0.0
0 commit comments