Skip to content

Commit

Permalink
Merge pull request #226 from UWM-Libraries/bugfix/description-html-me…
Browse files Browse the repository at this point in the history
…mber-of

Bugfix/description html member of
  • Loading branch information
srappel authored Dec 18, 2024
2 parents 4af25ce + 4c3d59a commit 55cbf28
Show file tree
Hide file tree
Showing 9 changed files with 189 additions and 168 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ lib/opendataharvest/venv/
# SQL test files
db/test.sqlite3-shm
db/test.sqlite3-wal
db/development.sqlite3-shm
db/development.sqlite3-wal
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ end

group :development do
gem "capistrano", "~> 3.17.1", require: false
gem "capistrano-git", "0.0.2"
gem "capistrano-bundler", "~> 2.1.0"
gem "capistrano-passenger", "~> 0.2"
gem "capistrano-rails", "~> 1.6", require: false
Expand Down
Loading

0 comments on commit 55cbf28

Please sign in to comment.