Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from Shopify/ruby_3
Browse files Browse the repository at this point in the history
Ruby 3
  • Loading branch information
gustavompo authored Apr 29, 2022
2 parents 87e9d03 + 6fe623f commit 0ded93c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.6
3.0.0
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ group :development do
gem 'poltergeist', '~> 1.0.0'
gem 'pry'
gem 'pry-byebug', :platforms => [:ruby_20, :ruby_21]
gem 'pry-stack_explorer'
gem 'rake'
gem 'rspec'
gem 'rspec-fire'
Expand Down
44 changes: 7 additions & 37 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ PATH
metriks (~> 0.9)
redis (~> 4.4.0)
rusage (~> 0.2.0)
sentry-raven (~> 0.4)
sinatra (>= 1.3, < 2.1)
sinatra (>= 1.3, <= 2.2)
statsd-ruby (~> 1.3)
thin (~> 1.7)
thor
Expand All @@ -20,8 +19,6 @@ GEM
atomic (1.1.101)
avl_tree (1.2.1)
atomic (~> 1.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
byebug (2.7.0)
columnize (~> 0.3)
debugger-linecache (~> 1.2)
Expand All @@ -39,7 +36,6 @@ GEM
coderay (1.1.0)
columnize (0.3.6)
daemons (1.2.4)
debug_inspector (1.1.0)
debugger (1.6.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
Expand All @@ -49,25 +45,6 @@ GEM
diff-lcs (1.2.4)
erubi (1.10.0)
eventmachine (1.2.1)
faraday (1.7.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.15.5)
Expand All @@ -81,7 +58,6 @@ GEM
mime-types (1.25)
mini_portile (0.5.1)
multi_json (1.8.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.6.0)
Expand All @@ -104,11 +80,8 @@ GEM
pry-byebug (1.3.3)
byebug (~> 2.7)
pry (~> 0.10)
pry-stack_explorer (0.4.9.3)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
rack (2.0.3)
rack-protection (2.0.8.1)
rack (2.2.3)
rack-protection (2.2.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
Expand Down Expand Up @@ -137,16 +110,14 @@ GEM
multi_json (~> 1.0)
rubyzip (< 1.0.0)
websocket (~> 1.0.4)
sentry-raven (0.15.6)
faraday (>= 0.7.6)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sinatra (2.0.8.1)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
slop (3.4.6)
statsd-ruby (1.5.0)
Expand All @@ -156,7 +127,7 @@ GEM
rack (>= 1, < 3)
thor (0.20.3)
tilt (2.0.10)
timecop (0.7.1)
timecop (0.9.5)
vegas (0.1.11)
rack (>= 1.0.0)
websocket (1.0.7)
Expand All @@ -173,7 +144,6 @@ DEPENDENCIES
poltergeist (~> 1.0.0)
pry
pry-byebug
pry-stack_explorer
qless!
rake
rspec
Expand Down
66 changes: 0 additions & 66 deletions lib/qless/middleware/sentry.rb

This file was deleted.

3 changes: 1 addition & 2 deletions qless.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ language-specific extension will also remain up to date.
s.add_dependency 'metriks', '~> 0.9'
s.add_dependency 'redis', ['~> 4.4.0']
s.add_dependency 'rusage', '~> 0.2.0'
s.add_dependency 'sentry-raven', '~> 0.4'
s.add_dependency 'sinatra', ['>= 1.3', '< 2.1']
s.add_dependency 'sinatra', ['>= 1.3', '<= 2.2']
s.add_dependency 'statsd-ruby', '~> 1.3'
s.add_dependency 'thin', '~> 1.7'
s.add_dependency 'thor'
Expand Down
84 changes: 0 additions & 84 deletions spec/unit/middleware/sentry_spec.rb

This file was deleted.

0 comments on commit 0ded93c

Please sign in to comment.