Skip to content

Commit

Permalink
chore: set ruby version in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Nov 18, 2024
1 parent d3eff80 commit 6d1a3ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Carthage/
# AppCode from JetBrains
.idea

# VS Code
.vscode

# Example App
Example/
InstantSearchDemo/
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

ruby "2.7.8"

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,8 @@ DEPENDENCIES
fastlane (~> 2.213)
xcov

RUBY VERSION
ruby 2.7.8p225

BUNDLED WITH
2.3.23

0 comments on commit 6d1a3ae

Please sign in to comment.