Sha256: 434d4b3c7c2ccd27a93633aa2c3c09910667b104c5637e2372f7586de1ccdce6
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
Contents
source "https://rubygems.org" gem 'rails', '~> 5.1' gem 'sass-rails' gem 'uglifier' gem 'coffee-rails' gem 'therubyracer', platforms: :ruby gem 'jquery-rails' gem 'turbolinks' gem 'jbuilder' group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console' gem 'listen' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] group :development, :test do gem 'rake' gem 'minitest' gem 'minitest-reporters' gem 'minitest-debugger', :require => false gem 'mocha' gem 'rack-test' gem 'puma' gem 'bson' end if defined?(JRUBY_VERSION) gem 'activerecord-jdbc-adapter' gem 'jdbc-postgresql' else gem 'pg', '< 1.0.0' # rails is not ready for pg 1.0 gem 'mysql2' end gemspec :path => File.expand_path(File.dirname(__FILE__) + '/../') # vim:syntax=ruby
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
appoptics_apm-4.0.3 | gemfiles/rails51.gemfile |
appoptics_apm-4.0.2 | gemfiles/rails51.gemfile |
appoptics_apm-4.0.1-x86_64-linux | gemfiles/rails51.gemfile |