Skip to content

Commit

Permalink
Remove .rvmrc, relax cucumber dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Sep 25, 2011
1 parent 4e90fe0 commit f5ca155
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ tmp
coverage
.bundle
.yardoc/
.rvmrc
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

29 changes: 15 additions & 14 deletions Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
cucumber-rails (1.0.5)
capybara (>= 1.1.1)
cucumber (~> 1.0.6)
cucumber (>= 1.0.6)
nokogiri (>= 1.5.0)

GEM
Expand Down Expand Up @@ -49,8 +49,8 @@ GEM
bcat (0.6.2)
rack (~> 1.0)
bcrypt-ruby (3.0.1)
bson (1.3.1)
bson_ext (1.3.1)
bson (1.4.0)
bson_ext (1.4.0)
builder (3.0.0)
capybara (1.1.1)
mime-types (>= 1.16)
Expand All @@ -65,43 +65,44 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.1.2)
cucumber (1.0.6)
cucumber (1.1.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.18)
gherkin (~> 2.5.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
database_cleaner (0.6.7)
diff-lcs (1.1.3)
erubis (2.7.0)
execjs (1.2.6)
execjs (1.2.9)
multi_json (~> 1.0)
factory_girl (2.1.0)
factory_girl (2.1.2)
activesupport
ffi (1.0.9)
gherkin (2.4.18)
gherkin (2.5.1)
json (>= 1.4.6)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.14)
railties (~> 3.0)
thor (~> 0.14)
json (1.6.0)
json_pure (1.6.0)
json (1.6.1)
json_pure (1.6.1)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mongo (1.3.1)
bson (>= 1.3.1)
mongoid (2.2.0)
mongoid (2.2.1)
activemodel (~> 3.0)
mongo (~> 1.3)
mongo (>= 1.3, < 1.4)
tzinfo (~> 0.3.22)
multi_json (1.0.3)
nokogiri (1.5.0)
polyglot (0.3.2)
rack (1.3.2)
rack (1.3.3)
rack-cache (1.0.3)
rack (>= 0.4)
rack-mount (0.8.3)
Expand Down Expand Up @@ -143,7 +144,7 @@ GEM
rspec (~> 2.6.0)
rubyzip (0.9.4)
sass (3.1.7)
selenium-webdriver (2.6.0)
selenium-webdriver (2.7.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
Expand Down
2 changes: 1 addition & 1 deletion cucumber-rails.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = 'cukes@googlegroups.com'
s.homepage = "http://cukes.info"

s.add_runtime_dependency('cucumber', '~> 1.0.6')
s.add_runtime_dependency('cucumber', '>= 1.0.6')
s.add_runtime_dependency('nokogiri', '>= 1.5.0')
s.add_runtime_dependency('capybara', '>= 1.1.1')
s.add_development_dependency('rails', '>= 3.1.0')
Expand Down

0 comments on commit f5ca155

Please sign in to comment.