Skip to content

Commit

Permalink
Merge pull request #4 from EverlyWell/dependabot/bundler/nokogiri-1.11.3
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.10.10 to 1.11.3
  • Loading branch information
greganswer authored Apr 28, 2021
2 parents b21c24b + d67ae21 commit 47531a8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.7
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '2.5.7'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.7'
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ GEM
mini_mime (>= 0.1.1)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.4.0)
minitest (5.14.4)
nio4r (2.5.7)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.3-x86_64-linux)
racc (~> 1.4)
pg (1.2.3)
puma (3.12.6)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -137,6 +139,7 @@ GEM

PLATFORMS
x86_64-darwin-19
x86_64-linux

DEPENDENCIES
byebug
Expand All @@ -149,5 +152,8 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0.0)
tzinfo-data

RUBY VERSION
ruby 2.5.7p206

BUNDLED WITH
2.2.3
2.2.4
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ We encourage the use of any libraries for everything except the search functiona
1. Clone the candidate's branch
1. Execute the following:

bin/bundle
bin/rails db:drop
bin/setup
bin/rspec
Expand Down

0 comments on commit 47531a8

Please sign in to comment.