Skip to content

Commit

Permalink
Merge pull request #30 from machupicchubeta/unify_sqlite3_version
Browse files Browse the repository at this point in the history
Unify "sqlite3" gem version with it used in "activerecord" gem
  • Loading branch information
deraru authored Mar 8, 2021
2 parents c66655e + bf36601 commit 5bcdba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shiroyagi (1.0.1)
shiroyagi (1.1.3)
rails (>= 5.2.2)

GEM
Expand Down Expand Up @@ -153,7 +153,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.4.2)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.8)
Expand All @@ -171,7 +171,7 @@ DEPENDENCIES
pry-byebug
rspec-rails
shiroyagi!
sqlite3
sqlite3 (~> 1.4)

BUNDLED WITH
1.16.6
2 changes: 1 addition & 1 deletion shiroyagi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency 'rails', '>= 5.2.2'

s.add_development_dependency 'sqlite3'
s.add_development_dependency 'sqlite3', '~> 1.4'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'factory_bot_rails'
s.add_development_dependency 'pry-byebug'
Expand Down

0 comments on commit 5bcdba7

Please sign in to comment.