Skip to content

Commit

Permalink
chore: update script that can bundle install anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Aug 21, 2023
1 parent a05ac05 commit 5251fdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

source "https://rubygems.org"

ruby file: ".ruby-version"
repo_root = `git rev-parse --show-toplevel`.chop
File.open("#{repo_root}/.ruby-version", "r") do |f|
ruby file: f
end

gem 'fastlane', '2.214.0'
gem 'danger', '9.3.0'
Expand Down

0 comments on commit 5251fdf

Please sign in to comment.