Skip to content

Commit

Permalink
Merge pull request #23 from LindseyB/bump-ruby
Browse files Browse the repository at this point in the history
Bump the ruby version
  • Loading branch information
LindseyB authored May 12, 2024
2 parents 56bea6f + 8331a1c commit 8109277
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
ruby-version: '3.2.2'
- name: install deps
run: |
gem install bundler
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.2
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
source "https://rubygems.org"

ruby "~> 2.7.0"
ruby "~> 3.2.2"

gem 'puma'
gem 'sinatra'

group :development do
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ GEM
method_source (1.0.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (2.2.8.1)
puma (6.4.2)
nio4r (~> 2.0)
rack (2.2.7)
rack-protection (2.2.3)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -37,18 +40,20 @@ GEM
tilt (2.0.11)

PLATFORMS
ruby
x64-mingw32
x86_64-linux

DEPENDENCIES
pry
puma
rack-test
rake
rspec
sinatra

RUBY VERSION
ruby 2.7.3p183
ruby 3.2.2p53

BUNDLED WITH
2.1.4

0 comments on commit 8109277

Please sign in to comment.