Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cucumber-rails from 2.0.0 to 2.1.0 #3417

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ group :test do
gem 'capybara', '~> 3.33'
gem 'climate_control'
gem 'codeclimate-test-reporter', require: false
gem 'cucumber-rails', '~> 2.0.0', require: false
gem 'cucumber-rails', '~> 2.1.0', require: false
gem 'database_cleaner'
gem 'i18n-tasks'
gem 'json_spec'
Expand Down
71 changes: 46 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
backports (3.17.0)
bcrypt (3.1.13)
better_errors (2.7.1)
coderay (>= 1.0.0)
Expand Down Expand Up @@ -905,28 +904,43 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
cucumber (3.1.2)
builder (>= 2.1.2)
cucumber-core (~> 3.2.0)
cucumber-expressions (~> 6.0.1)
cucumber-wire (~> 0.0.1)
diff-lcs (~> 1.3)
gherkin (~> 5.1.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (3.2.1)
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
gherkin (~> 5.0)
cucumber-expressions (6.0.1)
cucumber-rails (2.0.0)
cucumber (4.1.0)
builder (~> 3.2, >= 3.2.3)
cucumber-core (~> 7.1, >= 7.1.0)
cucumber-create-meta (~> 1.0.0, >= 1.0.0)
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-gherkin (~> 14.0, >= 14.0.1)
cucumber-html-formatter (~> 7.0, >= 7.0.0)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-wire (~> 3.1, >= 3.1.0)
diff-lcs (~> 1.3, >= 1.3, < 1.4)
multi_test (~> 0.1, >= 0.1.2)
sys-uname (~> 1.0, >= 1.0.2)
cucumber-core (7.1.0)
cucumber-gherkin (~> 14.0, >= 14.0.1)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-tag-expressions (~> 2.0, >= 2.0.4)
cucumber-create-meta (1.0.0)
cucumber-messages (~> 12.2, >= 12.2.0)
sys-uname (~> 1.2, >= 1.2.1)
cucumber-cucumber-expressions (10.3.0)
cucumber-gherkin (14.2.0)
cucumber-messages (~> 12.4, >= 12.4.0)
cucumber-html-formatter (7.2.0)
cucumber-messages (~> 12.4, >= 12.4.0)
cucumber-messages (12.4.0)
protobuf-cucumber (~> 3.10, >= 3.10.8)
cucumber-rails (2.1.0)
capybara (>= 2.12, < 4)
cucumber (>= 3.0.2, < 4)
cucumber (>= 3.0.2, < 5)
mime-types (>= 2.0, < 4)
nokogiri (~> 1.8)
railties (>= 4.2, < 7)
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
rails (>= 4.2, < 7)
cucumber-tag-expressions (2.0.4)
cucumber-wire (3.1.0)
cucumber-core (~> 7.1, >= 7.1.0)
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-messages (~> 12.2, >= 12.2.0)
daemons (1.3.1)
database_cleaner (1.8.5)
debug_inspector (0.0.3)
Expand Down Expand Up @@ -1006,11 +1020,10 @@ GEM
i18n (>= 1.6, < 2)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
ffi (1.11.3)
ffi (1.13.1)
formatador (0.2.5)
geckoboard-ruby (0.4.0)
get_process_mem (0.2.3)
gherkin (5.1.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
googlemaps-services (1.5.0)
Expand Down Expand Up @@ -1177,6 +1190,7 @@ GEM
rack-contrib (>= 1.1, < 3)
railties (>= 3.0.0, < 7)
method_source (1.0.0)
middleware (0.1.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
Expand Down Expand Up @@ -1221,6 +1235,11 @@ GEM
pg (1.2.3)
phantomjs (2.1.1.0)
posix-spawn (0.3.15)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
thor
thread_safe
pry (0.13.0)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -1229,7 +1248,7 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.5)
public_suffix (4.0.6)
puma (5.0.0)
nio4r (~> 2.0)
rack (2.2.3)
Expand Down Expand Up @@ -1283,7 +1302,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.2.2)
regexp_parser (1.7.1)
regexp_parser (1.8.1)
remotipart (1.4.4)
request_store (1.4.1)
rack (>= 1.4)
Expand Down Expand Up @@ -1415,6 +1434,8 @@ GEM
state_machines
susy (2.2.14)
sass (>= 3.3.0, < 3.5)
sys-uname (1.2.1)
ffi (>= 1.0.0)
temple (0.8.1)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand Down Expand Up @@ -1506,7 +1527,7 @@ DEPENDENCIES
codeclimate-test-reporter
colorize
config (~> 2.2)
cucumber-rails (~> 2.0.0)
cucumber-rails (~> 2.1.0)
database_cleaner
devise (~> 4.7.2)
dotenv-rails
Expand Down