Skip to content

Commit a8a4208

Browse files
authored
update Gemfile template (#379)
1 parent a5f84ef commit a8a4208

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
## [Unreleased]
77

8+
### Changed
9+
- Gemfile template updated with the latest available dependencies (https://github.com/interagent/pliny/pull/379)
10+
811
### Removed
912

1013
- Remove deprecated `PLINY_ENV` environment variable support in favor of `APP_ENV` to align with Sinatra conventions (https://github.com/interagent/pliny/pull/373)

lib/template/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# frozen_string_literal: true
22

33
source "https://rubygems.org"
4-
ruby "2.4.0"
4+
ruby "3.4.6"
55

66
gem "pg"
7-
gem "pliny", "~> 0.32"
7+
gem "pliny", "~> 2"
88
gem "pry"
99
gem "puma", "~> 7"
1010
gem "rack-ssl"
@@ -15,7 +15,7 @@ gem "sentry-ruby"
1515
gem "sequel", "~> 5.73"
1616
gem "sequel-paranoid"
1717
gem "sequel_pg", "~> 1.17", require: "sequel"
18-
gem "sinatra", [">= 3.0", "< 5.0"], require: "sinatra/base"
18+
gem "sinatra", "~> 4.0", require: "sinatra/base"
1919
gem "sinatra-contrib", require: ["sinatra/namespace", "sinatra/reloader"]
2020
gem "sinatra-router"
2121
gem "sucker_punch"

0 commit comments

Comments
 (0)