Skip to content

Commit

Permalink
Revert "Lock gherkin to 2.11.6 since 2.11.7 has a stupid amount of de…
Browse files Browse the repository at this point in the history
…precation warnings on things we can't control"

This reverts commit 7f11d53.
  • Loading branch information
sferik committed Apr 7, 2013
1 parent 3f680a6 commit 2aae3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ end
group :test do
gem 'capybara'
gem 'cucumber-rails', :require => false
gem 'gherkin', "2.11.6" # 2.11.7 has a stupid amount of deprecation warnings that can't be turned off, lock to 2.11.6 until this is fixed
gem 'database_cleaner'
gem 'factory_girl_rails'
gem 'launchy'
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ GEM
ruby-hmac
formatador (0.2.4)
gchartrb (0.8)
gherkin (2.11.6)
json (>= 1.7.6)
gherkin (2.11.7)
multi_json (~> 1.3)
gravtastic (3.2.6)
high_voltage (1.2.2)
highline (1.6.16)
Expand Down Expand Up @@ -277,7 +277,6 @@ DEPENDENCIES
fakeredis
fog
gchartrb
gherkin (= 2.11.6)
gravtastic
high_voltage
highline
Expand Down

0 comments on commit 2aae3ea

Please sign in to comment.