Skip to content

Commit

Permalink
update bundler version to stop deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ameowlia authored and geofffranks committed Dec 14, 2022
1 parent e341a63 commit 4f4a219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ source 'https://rubygems.org'

group :development, :test do
gem 'bosh-template'
gem 'rspec'
gem 'rspec-its'
gem 'guard-rspec'
gem 'iniparse'
gem 'libnotify'
gem 'rspec'
gem 'rspec-its'
gem 'terminal-notifier-guard'
gem 'iniparse'
end
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ DEPENDENCIES
terminal-notifier-guard

BUNDLED WITH
2.2.33
2.3.25

0 comments on commit 4f4a219

Please sign in to comment.