Skip to content

Commit

Permalink
update gemfile accidental duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed May 22, 2024
1 parent 2808d4c commit 90f3a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,17 @@ end
gem 'aws-sdk', '~> 2.3.7'
gem 'faraday'
gem 'faraday_middleware'
gem 'json-schema', '~> 2.8'
gem 'json-schema_builder', '~> 0.0.8'
gem 'pg', '~> 0.21'
gem 'pundit', '~> 1.1.0'
gem 'rack-cors', '~> 1.0.5'
gem 'redis', '~> 3.3.0'
gem 'restpack_serializer', git: 'https://github.com/zooniverse/restpack_serializer.git', branch: 'talk-api-version', ref: '637aaaf85e'
gem 'sidekiq', '< 6'
gem 'sidekiq-congestion', '~> 0.1.0'
gem 'sidetiq', '~> 0.7.2'
gem 'honeybadger', '~> 4.5.0'
gem 'json-schema', '~> 2.8'
gem 'json-schema_builder', '~> 0.0.8'
gem 'logstasher', '~> 0.9.0'
gem 'newrelic_rpm'
gem 'zoo_stream', '~> 1.0'
gem 'pg', '~> 0.21'
gem 'puma'
gem 'pundit', '~> 1.1.0'
gem 'rack-cors', '~> 1.0.5'
gem 'redis', '~> 3.3.0'
gem 'restpack_serializer', git: 'https://github.com/zooniverse/restpack_serializer.git', branch: 'talk-api-version', ref: '637aaaf85e'
gem 'schema_plus_pg_indexes', '~> 0.1.12'
gem 'sidekiq', '< 6'
gem 'sidekiq-congestion', '~> 0.1.0'
gem 'sidetiq', '~> 0.7.2'
Expand All @@ -57,6 +46,7 @@ group :test, :development do
gem 'rspec-its', '~> 1.2.0'
gem 'spring-commands-rspec', '~> 1.0.4'
gem 'ten_years_rails'
gem 'timecop'
end

group :test do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ GEM
rest-client (>= 2.0.2)
thor (1.1.0)
thread_safe (0.3.6)
timecop (0.8.1)
timecop (0.9.8)
timers (4.1.2)
hitimes
tzinfo (1.2.10)
Expand Down

0 comments on commit 90f3a11

Please sign in to comment.