Skip to content

Commit

Permalink
bump the version of rb_sys to 0.9.90
Browse files Browse the repository at this point in the history
  • Loading branch information
takaebato committed Mar 15, 2024
1 parent 3df9be1 commit 58285e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

gem 'rake', '~> 13.0'
gem 'rake-compiler'
gem 'rb_sys', '~> 0.9.63'
gem 'rb_sys', '~> 0.9.90'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.21'
gem 'syntax_tree', '~> 6.2'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
sql_insight (0.1.0)
rb_sys (~> 0.9.85)
rb_sys (~> 0.9.90)

GEM
remote: https://rubygems.org/
Expand All @@ -21,7 +21,7 @@ GEM
rake (13.1.0)
rake-compiler (1.2.7)
rake
rb_sys (0.9.88)
rb_sys (0.9.90)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.13.0)
Expand Down Expand Up @@ -62,7 +62,7 @@ PLATFORMS
DEPENDENCIES
rake (~> 13.0)
rake-compiler
rb_sys (~> 0.9.63)
rb_sys (~> 0.9.90)
rspec (~> 3.0)
rubocop (~> 1.21)
sql_insight!
Expand Down
2 changes: 1 addition & 1 deletion sql_insight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.extensions = ['ext/sql_insight/extconf.rb']

spec.add_dependency 'rb_sys', '~> 0.9.85'
spec.add_dependency 'rb_sys', '~> 0.9.90'
end

0 comments on commit 58285e8

Please sign in to comment.