Skip to content

Commit

Permalink
update to ruby 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Mar 31, 2022
1 parent 97c748a commit bce5d66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.4
2.7.5
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.7.4'
ruby '2.7.5'

gem 'aws-sdk-elasticsearchservice'
gem 'bootsnap', require: false
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.7.4p191
ruby 2.7.5p203

BUNDLED WITH
2.1.4

0 comments on commit bce5d66

Please sign in to comment.