Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion puller/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "opentracing" # OpenTracing API for Ruby
gem "opentracing-instrumented" # OpenTracing instrumentation helpers
gem "opentracing-tracers", :git => "https://github.com/minond/ruby-opentracing-tracers" # OpenTracing tracers
gem "pg", ">= 0.18", "< 2.0" # Use postgresql as the database for Active Record
gem "puma", "~> 4.1" # Use Puma as the app server
gem "puma", "~> 4.3" # Use Puma as the app server
gem "rails", "~> 6.0.1" # Bundle edge Rails instead: gem "rails", github: "rails/rails"
gem "simple_command" # A simple, standardized way to build and use Service Objects (aka Commands) in Ruby
gem "tachyons-rails" # Tachyons for your Rails project
Expand Down
6 changes: 3 additions & 3 deletions puller/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
nio4r (2.5.4)
nio4r (2.5.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.4)
Expand All @@ -187,7 +187,7 @@ GEM
pg (1.2.3)
psych (3.2.1)
public_suffix (4.0.6)
puma (4.3.7)
puma (4.3.12)
nio4r (~> 2.0)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -357,7 +357,7 @@ DEPENDENCIES
opentracing-instrumented
opentracing-tracers!
pg (>= 0.18, < 2.0)
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.1)
rails_best_practices
reek
Expand Down