Skip to content

Commit

Permalink
Updates Gemfile for MacOS; ignores .irb_history file
Browse files Browse the repository at this point in the history
danschmidt5189 committed Dec 3, 2024
1 parent e236c3d commit 868b55c
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -75,3 +75,5 @@ yarn-debug.log*

# Ignore solr files
solr/*/data/*

.irb_history
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -266,6 +266,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.16.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
@@ -473,6 +475,7 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-22
x86_64-darwin-22
x86_64-linux
x86_64-linux-musl

0 comments on commit 868b55c

Please sign in to comment.