Skip to content

Commit

Permalink
Update Gemfile dependencies (bundle update) (#688)
Browse files Browse the repository at this point in the history
* Update Gemfile deps (`bundle update`)

* Run `bundle update` again & pin js-routes to old version
  • Loading branch information
Splines authored Sep 19, 2024
1 parent 8486265 commit 5caf307
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 87 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem "image_processing", "~> 1.13"
gem "jbuilder", "~> 2.12" # build JSON APIs easily
gem "jquery-rails", "~> 4.6"
gem "jquery-ui-rails", "~> 7.0"
gem "js-routes", "~> 1.4"
gem "js-routes", "1.4.9"
gem "kaminari", "~> 1.2"
gem "kaminari-i18n", "~> 0.5"
gem "kramdown-parser-gfm", "~> 1.1"
Expand Down
Loading

0 comments on commit 5caf307

Please sign in to comment.