Skip to content

Commit

Permalink
github-656: just try updating rails again
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed Feb 24, 2018
1 parent b437f23 commit 8e06e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ is_jruby = defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && RUBY_ENGINE == '
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'appraisal'
gem 'jruby-openssl', :platform => :jruby
gem 'rails', '4.2.3'
gem 'rails', '4.2.7.1'
gem 'rake'
gem 'rspec-rails', '~> 3.4'
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails42.gemfile
Expand Up @@ -8,7 +8,7 @@ is_not_jruby = !is_jruby
gem 'appraisal'
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'jruby-openssl', :platform => :jruby
gem 'rails', '4.2.3'
gem 'rails', '4.2.7.1'
gem 'rake'
gem 'rspec-rails', '~> 3.4'
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]
Expand Down

0 comments on commit 8e06e6e

Please sign in to comment.