Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
dtgerson committed Nov 29, 2020
1 parent 62c7e0d commit 842ae3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem "cocoon"

group :development, :test do
gem 'spring'
gem 'sqlite3', '~> 1.3.11'
gem 'sqlite3'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.13)
sqlite3 (1.4.2)
thor (1.0.1)
thread_safe (0.3.6)
tilt (1.4.1)
Expand Down Expand Up @@ -252,7 +252,7 @@ DEPENDENCIES
sass-rails (~> 4.0.3)
sdoc (~> 0.4.0)
spring
sqlite3 (~> 1.3.11)
sqlite3
uglifier (>= 1.3.0)
unicorn

Expand Down

0 comments on commit 842ae3f

Please sign in to comment.