gemfiles/rails30.gemfile in rollbar-3.1.2 vs gemfiles/rails30.gemfile in rollbar-3.2.0
- old
+ new
@@ -5,11 +5,11 @@
is_jruby = defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && 'jruby' == RUBY_ENGINE)
gem 'sqlite3', '< 1.4.0', :platform => [:ruby, :mswin, :mingw]
gem 'jruby-openssl', :platform => :jruby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
-gem 'rails', '3.0.20'
+gem 'rails', '~> 3.0.20'
gem 'hitimes', '< 1.2.2'
gem 'mixlib-shellout', '<= 2.0.0'
gem 'net-ssh', '<= 3.1.1'
gem 'public_suffix', '<= 2.0.5'
gem 'rake', '< 11'
@@ -28,9 +28,10 @@
gem 'rubysl', '~> 2.0' unless RUBY_VERSION.start_with?('1')
gem 'rubysl-test-unit'
end
gem 'capistrano', :require => false
+gem 'rexml', '<= 3.2.4'
gem 'sucker_punch', '~> 2.0'
gem 'shoryuken'
gem 'codacy-coverage'
gem 'simplecov', '<= 0.17.1'