Skip to content

Commit

Permalink
Merge pull request #24 from lewagon/remove-js-testing-gems
Browse files Browse the repository at this point in the history
Remove js testing gems
  • Loading branch information
juliends committed Apr 19, 2023
2 parents e215599 + 621157e commit 07ae0eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ WORKDIR $FULLSTACK_FOLDER
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get -y install nodejs

# Binary dependencies for JS testing
RUN apt-get -y install lsof
RUN apt-get -y install chromium-chromedriver

COPY Gemfile $FULLSTACK_FOLDER/Gemfile
RUN ["bundle", "install"]
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ gem "sinatra", "~> 2.2", require: false
gem "sinatra-contrib", "~> 2.2", require: false
gem "sqlite3", "~> 1.4"
gem "activerecord", "~> 7.0"
gem "watir", "~> 7.2"
gem "webrick", "~> 1.3"
12 changes: 0 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ GEM
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.8.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sinatra (2.2.1)
mustermann (~> 1.0)
rack (~> 2.2)
Expand All @@ -153,11 +148,6 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
watir (7.2.2)
regexp_parser (>= 1.2, < 3)
selenium-webdriver (~> 4.2)
webrick (1.8.1)
websocket (1.2.9)
zeitwerk (2.6.0)

PLATFORMS
Expand All @@ -178,8 +168,6 @@ DEPENDENCIES
sinatra (~> 2.2)
sinatra-contrib (~> 2.2)
sqlite3 (~> 1.4)
watir (~> 7.2)
webrick (~> 1.3)

RUBY VERSION
ruby 3.1.2p20
Expand Down

0 comments on commit 07ae0eb

Please sign in to comment.