Skip to content

Commit

Permalink
Bump gems (#104)
Browse files Browse the repository at this point in the history
* Bump gems

* Fix cops

* Upgrade Rails to 7.1

* Revert telegram-bot-ruby to 0.19
  • Loading branch information
adamniedzielski authored Jun 14, 2024
1 parent 48da0e3 commit d563606
Show file tree
Hide file tree
Showing 14 changed files with 222 additions and 162 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.0.2"

gem "rails", "~> 6.1.0"
gem "rails", "~> 7.1.3"
# Use postgresql as the database for Active Record
gem "pg", ">= 0.18", "< 2.0"
# Use Puma as the app server
Expand All @@ -20,7 +20,7 @@ gem "bootsnap", ">= 1.4.2", require: false

gem "httparty"
gem "nokogiri"
gem "telegram-bot-ruby"
gem "telegram-bot-ruby", "~> 0.19.2"
gem "bugsnag"

group :development, :test do
Expand Down
Loading

0 comments on commit d563606

Please sign in to comment.