Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/puma-6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaul authored Mar 14, 2024
2 parents c3619a2 + 4a517ef commit 3edaa07
Show file tree
Hide file tree
Showing 12 changed files with 238 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.2
ruby-3.3.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.2.2
ruby 3.3.0
3 changes: 3 additions & 0 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
libglib2.0-0
libglib2.0-dev
libpoppler-glib8
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.2"
ruby "3.3.0"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.4", ">= 7.0.4.3"
gem "rails", "~> 7.1", ">= 7.1.3.2"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand Down
Loading

0 comments on commit 3edaa07

Please sign in to comment.