Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.
Open
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 @@ -50,7 +50,7 @@ group :development, :test do
gem 'timecop', '~> 0.9'
gem 'factory_bot_rails', '~> 5.2'
gem 'faker', '~> 2.2'
gem 'poltergeist', '~> 1.6'
gem 'poltergeist', '~> 1.18'
gem 'vcr', '~> 6.2'
gem 'cucumber-api-steps', require: false, git: 'https://github.com/Data-Liberation-Front/cucumber-api-steps.git', branch: 'feature-test-content-type'
# Use sqlite3 as the database for Active Record
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ GEM
sassc (>= 2.0.0)
bson (3.2.7)
builder (3.2.4)
capybara (2.4.4)
mime-types (>= 1.16)
capybara (2.18.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
xpath (>= 2.0, < 4.0)
cliver (0.3.2)
cloudflare (2.1.0)
json (~> 1)
Expand Down Expand Up @@ -484,9 +485,9 @@ GEM
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2023.0218.1)
mini_mime (1.0.2)
mini_portile2 (2.8.2)
mini_portile2 (2.8.4)
minitest (5.18.1)
mongoid (5.1.6)
activemodel (~> 4.0)
Expand All @@ -511,10 +512,9 @@ GEM
open_uri_redirections (0.2.1)
optimist (3.0.1)
origin (2.3.1)
poltergeist (1.6.0)
capybara (~> 2.1)
poltergeist (1.18.0)
capybara (>= 2.1, < 4)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -766,15 +766,15 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
websocket-driver (0.5.4)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xml-simple (1.1.9)
rexml
xmlrpc (0.3.2)
webrick
xpath (2.0.0)
nokogiri (~> 1.3)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
ruby
Expand Down Expand Up @@ -810,7 +810,7 @@ DEPENDENCIES
mongo (~> 2.1)!
mongoid (~> 5.1)
nokogiri (~> 1.15)
poltergeist (~> 1.6)
poltergeist (~> 1.18)
pry (~> 0.14)
puma (~> 6.3)
pusher (~> 2.0)
Expand Down