diff --git a/Gemfile.lock b/Gemfile.lock index 389d5e3..bf940ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/ruby_snowflake/version.rb b/lib/ruby_snowflake/version.rb index 9e9a43b..58f364f 100644 --- a/lib/ruby_snowflake/version.rb +++ b/lib/ruby_snowflake/version.rb @@ -1,3 +1,3 @@ module RubySnowflake - VERSION = "1.1.2" + VERSION = "1.1.1" end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 6b9e5bc..f82b3d0 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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 -