forked from DataDog/dd-trace-rb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjruby_9.2.0.0_rails5_mysql2.gemfile
40 lines (37 loc) · 1.18 KB
/
jruby_9.2.0.0_rails5_mysql2.gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This file was generated by Appraisal
source "https://rubygems.org"
gem "addressable", "~> 2.4.0"
gem "appraisal", "~> 2.2"
gem "benchmark-ips", "~> 2.8"
gem "benchmark-memory", "~> 0.1"
gem "builder"
gem "climate_control", "~> 0.2.0"
gem "concurrent-ruby"
gem "memory_profiler", "~> 0.9"
gem "minitest", "= 5.10.1"
gem "minitest-around", "0.5.0"
gem "minitest-stub_any_instance", "1.0.2"
gem "pimpmychangelog", ">= 0.1.2"
gem "pry"
gem "pry-debugger-jruby"
gem "rake", ">= 10.5"
gem "rspec", "~> 3.10"
gem "rspec-collection_matchers", "~> 1.1"
gem "rspec_junit_formatter", ">= 0.4.1"
gem "rspec_n", "~> 1.3"
gem "simplecov", git: "https://github.com/DataDog/simplecov", ref: "3bb6b7ee58bf4b1954ca205f50dd44d6f41c57db"
gem "warning", "~> 1"
gem "webmock", ">= 3.10.0"
gem "yard", "~> 0.9"
gem "rubocop", "~> 1.10", require: false
gem "rubocop-performance", "~> 1.9", require: false
gem "rubocop-rspec", "~> 2.2", require: false
gem "dogstatsd-ruby", ">= 3.3.0"
gem "opentracing", ">= 0.4.1"
gem "rails", "~> 5.2.1"
gem "mysql2", "< 1", platform: :ruby
gem "activerecord-jdbcmysql-adapter", platform: :jruby
gem "sprockets", "< 4"
gem "lograge"
gem "i18n", "1.8.7", platform: :jruby
gemspec path: "../"