Skip to content

Commit

Permalink
add .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Nov 23, 2023
1 parent 1ac9c7f commit 25bee7d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
.*
!.github
!.gitignore
!.gitmodules
!*.example
*.gem
.bundle
.rspec_results
pkg/*
/coverage
tags
/doc
/myapp
spec/tmp
pkg/*
spec/log
spec/tmp
tags
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.2
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

gemspec

ruby file: ".ruby-version"

gem "capybara", "~> 3.35"
gem "nokogiri", "~> 1.12"
gem "pry", "~> 0.14.1"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,8 @@ DEPENDENCIES
rspec-rails (~> 5.0)
sprockets-rails (~> 3.2)

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.22

0 comments on commit 25bee7d

Please sign in to comment.