Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2016-09-10 15:26:17 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-09-10 15:26:20 +0300
commit310f0875840c2bcd41586789ad4ace1316f9c1c2 (patch)
treef722650f7bb7a941938494208f44f7165e80459b /test
parent47b036009b12364b8d273190bbd2936a79296241 (diff)
Update Rails versions in test gemfiles
Diffstat (limited to 'test')
-rw-r--r--test/gemfiles/rails_4_2.gemfile4
-rw-r--r--test/gemfiles/rails_5_0.gemfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/gemfiles/rails_4_2.gemfile b/test/gemfiles/rails_4_2.gemfile
index 27d0cf4..68120de 100644
--- a/test/gemfiles/rails_4_2.gemfile
+++ b/test/gemfiles/rails_4_2.gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
-gem 'actionpack', '>= 4.2.6'
-gem 'activesupport', '>= 4.2.6'
+gem 'actionpack', '~> 4.2.7'
+gem 'activesupport', '~> 4.2.7'
source 'https://rails-assets.org' do
gem 'rails-assets-tether', '>= 1.3.2'
diff --git a/test/gemfiles/rails_5_0.gemfile b/test/gemfiles/rails_5_0.gemfile
index ba884d4..c4ba076 100644
--- a/test/gemfiles/rails_5_0.gemfile
+++ b/test/gemfiles/rails_5_0.gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
-gem 'actionpack', '~> 5.0.0.rc1'
-gem 'activesupport', '~> 5.0.0.rc1'
+gem 'actionpack', '~> 5.0.0'
+gem 'activesupport', '~> 5.0.0'
gem 'autoprefixer-rails', '>= 6.3.6.1'
source 'https://rails-assets.org' do