File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
script : bundle exec rspec spec
2
2
env :
3
3
matrix :
4
- - RAILS=4.0.13
5
- - RAILS=4.1.5
6
4
- RAILS=4.2.6
5
+ - RAILS=5.0.0
7
6
rvm :
8
- - 2.1.5
9
- - 2.2.0
10
- - 2.3.0
7
+ - 2.2.6
8
+ - 2.3.3
11
9
before_install :
12
- - gem install bundler -v '= 1.9.3'
13
10
- gem update --system
11
+ - rvm @global do gem uninstall bundler -a -x
12
+ - rvm @global do gem install bundler -v 1.14.6
14
13
- gem --version
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ source 'https://rubygems.org'
3
3
# Specify your gem's dependencies in active_admin_datetimepicker.gemspec
4
4
gemspec
5
5
group :test do
6
- default_rails_version = '4.2.6 '
6
+ default_rails_version = '4.2.7 '
7
7
gem 'sprockets-rails' , '2.3.3'
8
8
gem 'rails' , "#{ ENV [ 'RAILS' ] || default_rails_version } "
9
9
gem 'rspec-rails'
10
- gem 'activeadmin' , github : 'activeadmin' , ref : 'd787029e5523be2eb2ed99816eb0cecca2b72862 '
10
+ gem 'activeadmin' , github : 'activeadmin' , ref : '06aa8b2af692e46fc360832473ca63e23a70b3d4 '
11
11
gem 'coveralls' , require : false # Test coverage website. Go to https://coveralls.io
12
12
gem 'sass-rails'
13
13
gem 'sqlite3'
You can’t perform that action at this time.
0 commit comments