Skip to content

Commit

Permalink
Remove sinatra gem and upgrade ruby to 2.7 (#380)
Browse files Browse the repository at this point in the history
* remove sinatra and upgrade bundler version

* use non eol ruby 2.7 version
  • Loading branch information
camallen authored Dec 5, 2022
1 parent 4763f9a commit e625741
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6-slim-stretch
FROM ruby:2.7-slim

WORKDIR /app

Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gem 'honeybadger', "~> 4.12"
gem 'sidekiq', "~> 5.2"
gem 'sidetiq', "~> 0.7"

gem 'sinatra', "~> 2.2", require: nil
gem 'active_model_serializers', "~> 0.10"
gem 'puma', "~> 5.6"
gem 'newrelic_rpm'
Expand Down
12 changes: 1 addition & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ GEM
mini_portile2 (2.8.0)
minitest (5.16.2)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
newrelic_rpm (4.7.1.340)
nio4r (2.5.8)
nokogiri (1.13.9)
Expand Down Expand Up @@ -202,7 +200,6 @@ GEM
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
ruby2_keywords (0.0.5)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
Expand All @@ -212,11 +209,6 @@ GEM
celluloid (>= 0.17.3)
ice_cube (~> 0.14.0)
sidekiq (>= 4.1.0)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -226,7 +218,6 @@ GEM
sprockets (>= 3.0.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
timers (4.1.2)
hitimes
tzinfo (1.2.10)
Expand Down Expand Up @@ -268,8 +259,7 @@ DEPENDENCIES
rspec-rails (~> 3.6)
sidekiq (~> 5.2)
sidetiq (~> 0.7)
sinatra (~> 2.2)
web-console (~> 3.7)

BUNDLED WITH
1.17.3
2.1.4

0 comments on commit e625741

Please sign in to comment.