Skip to content

Commit

Permalink
Specify Ruby version
Browse files Browse the repository at this point in the history
nokogiri-1.11.3-x86_64-darwin requires ruby version < 3.1.dev, >= 2.5,
which is incompatible with the current version, ruby 2.4.3p205
  • Loading branch information
greganswer committed Apr 28, 2021
1 parent 737c4a1 commit d67ae21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
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
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,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 d67ae21

Please sign in to comment.