Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 40 changed files with 1,178 additions and 608 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.11.0
nodejs 20.11.1
ruby 3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'rerun', '0.14.0', group: :development

group :development, :test do
# Loads environment variables from .env
gem 'dotenv', '3.0.0'
gem 'dotenv', '3.0.2'

# HTTP testing framework (provides methods like :post, :get, :delete etc.)
gem 'rack-test', '2.1.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
multi_json (~> 1.7)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.0.0)
dotenv (3.0.2)
ffi (1.16.3)
httpclient (2.8.3)
json (2.7.1)
Expand Down Expand Up @@ -111,7 +111,7 @@ PLATFORMS

DEPENDENCIES
couchrest (= 2.0.1)
dotenv (= 3.0.0)
dotenv (= 3.0.2)
puma (= 6.4.2)
rack-test (= 2.1.0)
rake (= 13.1.0)
Expand Down
Loading

0 comments on commit 33c89cd

Please sign in to comment.