Skip to content

Commit

Permalink
fix gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
knapo committed Apr 24, 2024
1 parent 33d76a7 commit 4c5090c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ gem 'rspec'
gem 'rubocop'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'sqlite3'
gem 'sqlite3', '~> 1.4'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
sqlite3 (2.0.1)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
timeout (0.4.1)
tzinfo (2.0.6)
Expand All @@ -118,7 +118,7 @@ DEPENDENCIES
rubocop
rubocop-rake
rubocop-rspec
sqlite3
sqlite3 (~> 1.4)

BUNDLED WITH
2.5.9
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'bundler/setup'
require 'pry'
require 'fishplate'
require 'sqlite3'

RSpec.configure do |config|
config.disable_monkey_patching!
Expand Down

0 comments on commit 4c5090c

Please sign in to comment.