Skip to content

Commit

Permalink
don't switch version yet, want to pull in dependency changes to maste…
Browse files Browse the repository at this point in the history
…r first
  • Loading branch information
reidnimz committed Aug 5, 2024
1 parent 654c2c6 commit 77748f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rb_snowflake_client (1.1.2)
rb_snowflake_client (1.1.1)
concurrent-ruby (>= 1.2)
connection_pool (>= 2.4)
dotenv (>= 2.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_snowflake/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubySnowflake
VERSION = "1.1.2"
VERSION = "1.1.1"
end
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@

RSpec.configure do |config|
config.run_all_when_everything_filtered = true
config.filter_run :focus
config.order = "random"
config.mock_with( :rspec ) do |mock|
mock.syntax = :expect
end
end

0 comments on commit 77748f1

Please sign in to comment.